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.