I have an issue while executing UPDATE statement.
UPDATE vehicles2 SET limit = @newlimit WHERE model = @vehiclenew
Error:
ER_PARSE_ERROR: 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 'limit = 1 WHERE model = 'crf450r'' at line 1
Can anyone help me please?