There are some sql_mode values in MySQL:
ANSI,
IGNORE_SPACE,
STRICT_TRANS_TABLES, etc
How can I see the one particular value? The manual says:
You can retrieve the current mode by issuing a SELECT @@sql_mode
statement.
But it just shows nothing, just one blank field in a table with @@sql_mode as a column name.
It’s only blank for you because you have not set the sql_mode. If you set it, then that query will show you the details: