summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/views/fv_if2.inc
blob: 72a3c0a671e3e4bc9cc89abffd6f480f4cb5df3b (plain)
1
2
3
4
--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