- 6
- 0
- 约小于1千字
- 约 22页
- 2018-05-18 发布于河北
- 举报
数据库左连接与等值连接22p
左连接和等值连接的差别distinct实际应用;1、等值与非等值连接查询 (P99);等值连接(P99);学 号
Sno;;;;;等值连接;;左连接;对比等值连接和左连接;应用 “左连接”;;左连接;select distinct s.*
from tech_record_student s ,tech_user_record ur
where ur.record_id = s.id and
(s.usernameor ur.username
order by s.id desc;
;distinct;;左连接;;左连接;结论
原创力文档

文档评论(0)