summaryrefslogtreecommitdiff
path: root/mysql-test/r/sel000030.result
blob: 575549b600f91cb135a774ad679c0340844ecbd0 (plain)
1
2
IF(0,"ERROR","this")	IF(1,"is","ERROR")	IF(NULL,"ERROR","a")	IF(1,2,3)|0	IF(1,2.0,3.0)+0	
this	is	a	2	2.0