neuralib.sqlp.func_stat

TRUE

FALSE

NULL

ROWID

literal

wrap

wrap x as an SQL expression.

alias

cast

case

https://www.sqlite.org/lang_expr.html#the_case_expression

exists

https://www.sqlite.org/lang_expr.html#the_exists_operator

asc

ascending ordering Used by ORDER BY.

desc

descending ordering used by ORDER BY.

nulls_first

order null first used by ORDER BY.

nulls_last

order null last used by ORDER BY.

concat

concatenate strings.

and_

"AND" SQL expressions.

or_

"OR" SQL expressions.

like

not_like

glob

contains

not_contains

between

https://www.sqlite.org/lang_expr.html#the_between_operator

not_between

https://www.sqlite.org/lang_expr.html#the_between_operator

is_null

is_not_null

excluded

https://www.sqlite.org/lang_upsert.html

with_common_table

fields

SQL help functions.