關於SQL的連線查詢,關於SQL的連線查詢

時間 2022-09-19 13:00:02

1樓:知識海洋暢想店

使用union all試下

select * from tb_book where eliteid = 3 order by booktime desc

union all

select * from tb_book where eliteid < 3 order by topnumber desc,booktime desc

2樓:匿名使用者

select * from tbl_user where id=10002

union

select * from tbl_user where id=10004

不錯重複的只會顯示1個.

3樓:匿名使用者

如果需要不限制出現重複結果的話就使用union all 如果不要出現有重複結果的話就用union 就可以了

4樓:匿名使用者

select * from tb_book where eliteid = 3 order by booktime desc union all

select * from tb_book where eliteid < 3 order by topnumber desc,booktime desc

sql連線查詢跟多表查詢的區別

這倆沒區別 就是寫法不同 這個就如同表1裡有a,b倆欄位一樣 select a,b from 表1 select from 表1 是一樣的 順便給你擴充套件下吧 在資料庫裡還有left join,right join,full join等 當這樣的時候用 select from table1,tab...

sql語句查詢,sql語句查詢

表要告訴我們呀,不要還要我們設計資料庫吧? 給表啊 我想查查這個玩玩 1.select from student 2.select id,name,age from student 我有例題你要嗎 靠 這麼多東西幫你寫不曉得要死多少腦細胞 分還是少了點 這點分。sql語句查詢不等於怎麼查不出來? 大...

關於C中SQL查詢語句的引數,關於C 中SQL查詢語句的引數

tbname truename要 tbname truename 這個是string連線的一種方式 eg a b ab tbname truename tbname truename這個應該是資料庫欄位對應的值兩個 是sql語句 select from table where name 名字 只有在...