UPDATE table_settings
SET product_code = true,
SET description = true,
SET amount = true,
SET price = true,
SET total = true,
SET expiration_date = true,
SET input_date = true,
SET last_edit_date = true,
SET input_user = true,
SET last_edit_user = true,
SET field = true,
SET notes = true,
SET photos = false,
SET brand = false
WHERE user='admin';
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'SET description = true,
SET amount = true,
SET price = true,
SET total = true...' at line 3
Description risulta essere un boolean, quindi non capisco che cosa c'è che non va, mi pare anche di aver scritto giusta la variabile. Aiuti?