ksql
ksql copied to clipboard
Input Aliasing in CT/CS
KSQL could support using AS in Create Table/Create Stream statements to decrease the overhead of using quoted identifiers:
CREATE TABLE foo ('long.annoying.name' AS VALUE) WITH (...)