Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

mysql -> insert into tbl (selecione de outra tabela) e alguns valores padrão


Você simplesmente tem que fazer:
INSERT INTO def (catid, title, page, publish) 
SELECT catid, title, 'page','yes' from `abc`