MySQL查詢語句練習1

查詢student表中的所有記錄的sname,ssex,class列 select SNAME,SSEX,CLASS from student; 查詢教師所有的單位即不重複的Depart列 select distinct DEPART from teacher; 查詢Student表的所有記錄 select * from student; 查詢Score表中成績在60到80之間的所有記錄 sele
相關文章
相關標籤/搜索