查詢數據及運算符

– 多表數據 ,從多張表獲取數據 select * from my_int,my_score; – 動態數據 select * from (select int_1,int_8 from my_int) as int_my; – 分組統計,:group by將數據按照指定的字段分組之後,只會保留每組的第一條記錄 select * from my_student group by class_id;
相關文章
相關標籤/搜索