Voici comment créer une table à partir d'une requête SELECT avec MySQL.
Créer une table avec un select
CREATE TABLE nouvelle_table AS SELECT champ1, champ2 FROM table_source;
A bientôt !
Voici comment créer une table à partir d'une requête SELECT avec MySQL.
A bientôt !
Commentaire(s)