- 博客(2)
- 收藏
- 关注
原创 数据库实验三 数据查询二
where reader.dzzh = borrow.dzzh and borrow.txm = book.txm and xm = "孙思旺") and xm!select dzzh,jyrq,hsrq from borrow,book where borrow.txm=book.txm and book.sm="李白全集";select sm from book where cbs=(select cbs from book where sm="李白全集")and sm!第2关:多表查询及统计分组。
2023-05-15 20:41:35
1876
1
原创 头歌(数据库实验三)数据查询
select qxmc,count(*) from jdxx where cs="长沙市" group by qxmc;select count(distinct qxmc) from jdxx where cs="长沙市";select * from jdxx where cs="长沙市" and name="西湖街道";select * from jdxx where qxmc="开福区" or qxmc="岳麓区";第1关:按条件查询单表的所有字段。
2023-05-15 17:14:29
4903
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人