ksql icon indicating copy to clipboard operation
ksql copied to clipboard

Input Aliasing in CT/CS

Open agavra opened this issue 6 years ago • 0 comments

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 (...)

agavra avatar Sep 25 '19 21:09 agavra