[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [1/2HS] mysql : copier une ligne d'une table à une autre



'lut,

Comment copier (insérer) une ligne complète (toutes colonnes)
du mail <jean@rezo.net> de la table1 vers la table 2.
si table1 a la même structure que table2:
insert into table2 select * from table1;

https://mariadb.com/kb/en/library/insert/

a+

f.


Reply to: