SyntaxFix
Write A Post
Hire A Developer
Questions
You can also try this to determine the current global sql_mode value:
sql_mode
SELECT @@GLOBAL.sql_mode;
or session sql_mode value:
SELECT @@SESSION.sql_mode;
I also had the feeling that the SQL mode was indeed empty.