blob: 5fbd111479ced1a3fda1566c66647c8cc56aabfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# sel000030
#
# Versions
# --------
# 3.22
# 3.23
#
# Description
# -----------
# Control flow.
# Testing control flow; IF()
#
@r/3.23/sel000030.result SELECT IF(0,"ERROR","this"),IF(1,"is","ERROR"),IF(NULL,"ERROR","a"),IF(1,2,3)|0,IF(1,2.0,3.0)+0;
|