1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/suite/funcs_1/views/fv_ifnull.inc
2007-02-06 19:07:48 +01:00

5 lines
149 B
HTML

--disable_query_log
eval SET @my_select = 'SELECT IFNULL($col_type,''IS_NULL''),
$col_type, id FROM t1_values';
--source suite/funcs_1/views/fv1.inc