JDBC編程

❤1、SQL基礎 1、寫SQL:找出每個城市的最新一條記錄。 select city, max(time) from table group by city、 2、一個學生表,一個課程成績表,怎麼找出學生課程的最高分數 學生表(child):id ,student(姓名) 成績表(grade):id,grade,childid; 語句:select c.student,MAX(g.grade) f
相關文章
相關標籤/搜索