摘要:
--合并分拆表/********************************************合并分拆表数据整理人:中国风(Roy)日期:2008.06.06*********************************************/--> --> (Roy)生成測試數據if not object_id('Tab') is nulldrop table TabGoCreate table Tab([Col1] int,[Col2] nvarchar(1))Insert Tabselect 1,N'a' union allse 阅读全文