如果要把`act`表中的的欄位取出後塞到act_stat中,可以下一行完成:. insert into act_stat (catID, cnt) SELECT catID, count( catID ) as cnt FROM ...
確定! 回上一頁