« MySQL/API » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 104 :
==== CREATE ... SELECT, INSERT ... SELECT ====
 
WhenLors youde createcréation ade newnouvelle table fromdepuis anune existing tableexistante, you should using <code>CREATE ... SELECT</code> peut être utilisé.
 
When you want to populate an existing table from a query,
youPour shouldremplir useune table existante, c'est <code>INSERT ... SELECT</code> or aou <code>REPLACE ... SELECT</code>.
This way, you will tell the server to perform all the needed operations by sending only one SQL statement.
 
==== INSERT DELAYED ====