Hírek

SQL Function that transforms any given string such that the first character is in uppercase, and all other characters are in lowercase - mtdias/sqlserver-initcap ...
The following code results in exception: CREATE TABLE table2 ( bigint_col BIGINT, string_col TEXT ENCODING DICT (32)); SELECT initcap ("string_col") AS tmp FROM table2; Exception: Function INITCAP ...