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
相关文章
相关标签/搜索