注册 登录
编程论坛 J2EE论坛

谁能解释一下这条语句的执行过程

心动音符 发布于 2007-02-23 20:25, 561 次点击
select * from customers c where 3<=(select count(*)  from order1 o  where c.ID=o.cus_ID)
4 回复
#2
lilin1232007-02-25 20:52
先执行select count(*)  from order1 o  where c.ID=o.cus_ID
#3
nhy5202007-03-01 20:49
先看看数据库基础吧.这个挺简单的.
#4
神经塔2007-03-01 22:48
ls的ls真是精辟啊
#5
球球2007-03-08 22:34
customers c
1