摘要:
众所周知的几个结果集集合操作命令,今天详细地测试了一下,发现一些问题,记录备考。 假设我们有一个表Student,包括以下字段与数据: drop table student; create table student(id int primary key,name nvarchar2(50) not null,score number not null); insert into student... 阅读全文
posted @ 2007-09-19 10:55
Robert Lee
阅读(13008)评论(6)推荐(0)