Query:
UPDATE video_categories_loads
SET total_loads = total_loads+1,
today_loads = today_loads+1
WHERE category_id IN ()
Error Message: 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 ')' at line 4
Error Number: 1064