VF操作习题
答案:1 悬赏:60 手机版
解决时间 2021-02-16 09:21
- 提问者网友:我的未来我做主
- 2021-02-15 22:22
VF操作习题
最佳答案
- 五星知识达人网友:未来江山和你
- 2021-02-15 23:47
**借书次数大于二次的读者姓名
select 读者.姓名 from 读者 where 读者.借阅编号=借阅.借阅编号 having count(*)>2 into dbf dbcx6-1
**追答select 姓名 as 未借书者 from 读者 where 借阅编号 not in(select 借阅编号 from 借阅)into dbf dbcx6-2
select 读者.姓名 from 读者 where 读者.借阅编号=借阅.借阅编号 having count(*)>2 into dbf dbcx6-1
**追答select 姓名 as 未借书者 from 读者 where 借阅编号 not in(select 借阅编号 from 借阅)into dbf dbcx6-2
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯