MySQL之where查詢

比較運算 只顯示id,name: select id,name from students; 消除重複行distinct select distinct gender from students; 條件 select * from students where id>3; select * from students where isDelete=0; 邏輯運算 and or not se
相關文章
相關標籤/搜索