Fri, 13 Dec 2019 23:30:30 +0100
"ajh-valmer" <[email protected]> écrivait :

> On Friday 13 December 2019 23:16:30 fab wrote:
> > > Comment copier (insérer) une ligne complète (toutes colonnes)
> > > du mail <[email protected]> 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/
> 
> Je veux insérer une seule ligne complète, celle de <[email protected]>
> 

insert into table2 select * from table1 where <ta clause where>;

Jean-Marc <[email protected]>
https://6jf.be/keys/ED863AD1.txt

Attachment: pgpvxVZSiL7Iz.pgp
Description: PGP signature

Répondre à