Jun 9th, 2015, 12:40 PM
Hi Jim,
The empty argument shouldn't cause any issues. I believe it's 'string' in the following field that is causing the error. String is a MySQL reserved word (http://dev.mysql.com/doc/refman/5.6/en/keywords.html) which will cause the syntax error.
Hope this helps.
Cheers,
Joe
The empty argument shouldn't cause any issues. I believe it's 'string' in the following field that is causing the error. String is a MySQL reserved word (http://dev.mysql.com/doc/refman/5.6/en/keywords.html) which will cause the syntax error.
Hope this helps.
Cheers,
Joe