la commande
UPDATE nom_table SET post = REPLACE(post,"x","y"");
je pensais faire comme ceci mais sa marche pas UPDATE nom_table SET post = REPLACE(post,"x","y"") LIMIT 0 , 10;
Merci de toute votre aide UPDATE nom_table SET post = REPLACE(post,"x","y"");
je pensais faire comme ceci mais sa marche pas UPDATE nom_table SET post = REPLACE(post,"x","y"") LIMIT 0 , 10;
Merci de toute votre aide 
UPDATE nom_table SET post = REPLACE(post,"x","y"") LIMIT 0 , 10;
Il y a un guillemet de trop, il me semble.
