mysql/mariadb將選擇查詢的結果重新生成一張新表格

比如想要生成類似如下的表格 mysql> select student.*,sc.cno,course.cname,sc.grade,course.cpno,course.ccredit from student,sc,course where student.sno=sc.sno and sc.cno=course.cno; 第一種直接生成:   mysql> create table temp
相關文章
相關標籤/搜索