Bonjour,

j'ai une question un peu nioubie (voire carrément) à propos d'une 
requête MySQL:

quand je fais:
SELECT CONCAT (champ1, champ2) FROM table1
ça marche, j'ai 'champ1champ2' comme résultat.
Mais si j'essaie de faire un INSERT avec ça:
INSERT INTO table2 SELECT CONCAT (champ1, champ2) FROM table1
j'ai un message d'erreur ('function test.concat doesn't exist').
Quelqu'un saurait-il comment faire un INSERT à partir d'un SELECT CONCAT?

Merci par avance,

Cyrill
_________________________________
Linux mailing list
Linux@lists.parinux.org
http://lists.parinux.org/mailman/listinfo/linux

Répondre à