摘要:
Oracle中的Union、Union All、Intersect、Minus 众所周知的几个结果集集合操作命令,今天详细地测试了一下,发现一些问题,记录备考。假设我们有一个表Student,包括以下字段与数据:drop table student;create table student(id int primary key,name nvarchar2(50) not null,score number not null); insert into studentvalues(1,'Aaron',78);insert into student values(2,'B 阅读全文
posted @ 2013-05-21 15:34
老王博客
阅读(419)
评论(0)
推荐(0)

浙公网安备 33010602011771号