mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
5 lines
175 B
PHP
5 lines
175 B
PHP
|
--disable_query_log
|
||
|
eval SET @my_select = 'SELECT IF($col_type IS NULL, ''IS NULL'',
|
||
|
''IS NOT NULL''), $col_type, id FROM t1_values';
|
||
|
--source suite/funcs_1/views/fv1.inc
|