SQL語句實例運用(2)

條件查詢 比較運算符python select * from students where age>18;-- 查詢 大於18歲 的信息 select * from students where age<=20;-- 查詢小於20歲的信息 select * from students where age=18;-- 查詢年齡爲18歲的全部學生的名字 不等因而 != 或者 <>web select
相關文章
相關標籤/搜索