summaryrefslogtreecommitdiff
path: root/mysql-test/r/sel000030.result
blob: 460df893025c3f81930c9664fd2edf91fe03737e (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