Details
Description
I tried the following:
MariaDB [test]> SET @@global.sql_mode := LAST_VALUE(@@session.sql_mode := 'STRICT_ALL_TABLES'); ERROR 1064 (42000): 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 ':= 'STRICT_ALL_TABLES')' at line 1
Not surprising: after all setting @@session.sql_mode requires SET. But this is something one might wish to do.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
What did that statement suppose to do?