mysql 子表查詢;去重查詢

假設 表名:tb1sql         列:id,name,agecode 1. 子表查詢:class     (1)獲得年齡大於16的結果:基礎 select * from tb1 where age>16;       (2) 在上述的基礎上,獲得id<100的結果:            select select * from ( select * from tb1 where age>
相關文章
相關標籤/搜索