Get invited to our slack community and get started for free

SQL Functions

chr

chr(expr) – Returns the ASCII character having the binary equivalent to `expr`. If n is

coalesce

coalesce(expr1, expr2, …) – Returns the first non-null argument if exists. Otherwise, null. Platforms: WhereOS,

char

char(expr) – Returns the ASCII character having the binary equivalent to `expr`. If n is

char_length

char_length(expr) – Returns the character length of string data or number of bytes of binary

character_length

character_length(expr) – Returns the character length of string data or number of bytes of binary

ceiling

ceiling(expr) – Returns the smallest integer not smaller than `expr`. Platforms: WhereOS, Spark, Hive Class: