码迷,mamicode.com
首页 > 数据库 > 详细

SQL

时间:2019-10-21 13:45:30      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:sel   count   span   class   and   group   union   group by   car   

select c_no from score group by c_no having count (*) >5

select cno from score where cno=? and degree >any()

SELECT * FROM person LEFT JOIN card on person.cardId = card.id
UNION
SELECT * FROM person RIGHT JOIN card on person.cardId = card.id;

SQL

标签:sel   count   span   class   and   group   union   group by   car   

原文地址:https://www.cnblogs.com/elric-cs/p/11712898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!