Vous n'avez pas besoin du AND
mot-clé. Voici la syntaxe correcte de l'instruction UPDATE
:
UPDATE
shop_category
SET
name = 'Secolul XVI - XVIII',
name_eng = '16th to 18th centuries'
WHERE
category_id = 4768
Vous n'avez pas besoin du AND
mot-clé. Voici la syntaxe correcte de l'instruction UPDATE
:
UPDATE
shop_category
SET
name = 'Secolul XVI - XVIII',
name_eng = '16th to 18th centuries'
WHERE
category_id = 4768