在经典sql50题中这道题是这样的: 有三张表 student表 course表 score表 #10、查询学过编号为"01"但是没有学过编号为"02"的课程的同学的信息 这是网上查的 select st.* from student st inner join score sc on sc.s_i ...
分类:
数据库 时间:
2020-06-20 13:56:18
阅读次数:
130
1、对比2个表mailbox_id字段的差集,并导出。然后利用循环insert插入。kkmlmysqlpass=$(cat?/usr/local/u-mail/config/custom.conf?|?grep?-w?"pass"?|?awk?-F"?"?
分类:
其他好文 时间:
2017-12-26 17:58:48
阅读次数:
136
Mysql里不外乎就是 子查询 和 连接 两种方式.设第一个表为table1, 第二个为table2, table1包含table2.sql为: 1 //子查询 2 select table1.id from table1 3 where not exists 4 (select 1...
分类:
数据库 时间:
2015-04-18 16:04:30
阅读次数:
155