SQL入門基礎語法

select name,country from tb; select * from tb; select distinct country from tb;//篩選出不重複的惟一值 select * from tb where id="1" select * from tb where num=1; select * from tb where num > 3 and num < 5; sele
相關文章
相關標籤/搜索