谁能解释一下这条语句的执行过程
select * from customers c where 3<=(select count(*) from order1 o where c.ID=o.cus_ID) 搜索更多相关主题的帖子:
语句 解释
----------------解决方案--------------------------------------------------------
先执行select count(*) from order1 o where c.ID=o.cus_ID
----------------解决方案--------------------------------------------------------
先看看数据库基础吧.这个挺简单的.
----------------解决方案--------------------------------------------------------
ls的ls真是精辟啊
----------------解决方案--------------------------------------------------------
customers c
----------------解决方案--------------------------------------------------------