SyntaxFix
Write A Post
Hire A Developer
Questions
You should use IS rather than = for comparing to NULL.
UPDATE `smartmeter_usage`.`users_reporting` SET panel_id = 3 WHERE panel_id IS null
The LIMIT clause in MySQL when applied to an update does not permit an offset to be specified.
LIMIT