alxr.ru:
Friday, October 16, 2015
SQL commands for Android sqlite
SQL commands for Android sqlite
ifnull(
X
,
Y
)
The ifnull() function returns a copy of its first non-NULL argument, or NULL if both arguments are NULL. Ifnull() must have exactly 2 arguments. The ifnull() function is equivalent to
coalesce()
with two arguments.
and etc.
‹
›
Home
View web version