| 发表于:2007-12-23 23:50:561楼 得分:0 |
以下为创建的表 create table tt1 ( c1 number, c2 char(2) ); insert into tt1 (c1, c2) values (1, '我'); insert into tt1 (c1, c2) values (1, '是'); insert into tt1 (c1, c2) values (1, '谁'); insert into tt1 (c1, c2) values (2, '知'); insert into tt1 (c1, c2) values (2, '道'); insert into tt1 (c1, c2) values (3, '不'); commit; 请高手帮助想下,在线等 | | |
|