You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
CREATE TABLE table2 ( bigint_col BIGINT, string_col TEXT ENCODING DICT(32)); SELECT initcap("string_col") AS tmp FROM table2; Exception: Function INITCAP(TEXT) not ...