-
-
Concatenate text fields together. Backends that result in an entire null expression when any arguments are null will wrap each argument in coalesce functions to ensure a non-null result.
-
Concatenate two arguments together. This is used by `Concat` because not all backend databases support more than two arguments.
-
-
-
-
Return the number of characters in the expression.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Return a positive integer corresponding to the 1-indexed position of the first occurrence of a substring inside another string, or 0 if the substring is not found.
-
-
-