select * from articles  where id > 100 or id <50

1s

select * from articles where id < 50 union select * from articles where id > 100 

10s

arrow
arrow
    全站熱搜

    學習程式 發表在 痞客邦 留言(0) 人氣()