IF search_condition THEN statement_list
[ELSEIF search_condition THEN statement_list] ...
[ELSE statement_list]
END IF;
IF
implements a basic conditional construct. If the search_condition
evaluates to true, the corresponding SQL statement list is executed. If no search_condition
matches, the statement list in the ELSE
clause is executed. Each statement_list consists of one or more statements.
The IF() function, which differs from the IF
statement described above.
This page is licensed: GPLv2, originally from fill_help_tables.sql
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4