Sie brauchen das AND
nicht Stichwort. Hier ist die richtige Syntax der UPDATE-Anweisung
:
UPDATE
shop_category
SET
name = 'Secolul XVI - XVIII',
name_eng = '16th to 18th centuries'
WHERE
category_id = 4768
Sie brauchen das AND
nicht Stichwort. Hier ist die richtige Syntax der UPDATE-Anweisung
:
UPDATE
shop_category
SET
name = 'Secolul XVI - XVIII',
name_eng = '16th to 18th centuries'
WHERE
category_id = 4768