sql 語句大全 (基本查詢,子查詢,各類連接,和統計)

基本經常使用查詢 –select select * from student;web –all 查詢全部 select all sex from student;svg –distinct 過濾重複 select distinct sex from student;函數 –count 統計 select count(*) from student; select count(sex) from s
相關文章
相關標籤/搜索