Bonjour
je suis sur Mysql 5 , si je fais
SELECT CONCAT (col1,col2) FROM table1 ça marche parfaitement
mais si je fais
j'ai l'erreur FUNCTION mabase.CONCAT does not exist alors que tout marche bien sur mon localhost
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 UPDATE jos_vm_product_files pf INNER JOIN jos_vm_product_imgs pi ON pf.file_product_id = pi.product_id SET pf.file_title= CONCAT ( replace(pi.cat_fr , '_', ' '),' ', replace(pi.product_name, '_', ' ') );
merci pour l'aide
Partager