原帖由 xvm03 于 2008-6-23 10:10 发表
create table T(a int, b nvarchar(10), c char(5));
insert into T values(1,'A','我');
insert into T values(1,'A','我1');
insert into T values(2,'B','你0');
insert into T values(2,'B','你1');
...
欢迎光临 Chinaunix (http://bbs.chinaunix.net/) | Powered by Discuz! X3.2 |