Open ybyzek opened 2 years ago
Note, cannot use INSERT INTO
when using CREATE SOURCE TABLE
.
Better create the table for the topic and a second table as CT t2 AS SELECT * FROM t1
https://github.com/confluentinc/ksqldb-recipes/pull/144#discussion_r789872110
Porting https://github.com/confluentinc/ksqldb-recipes/issues/158 here
From @mjsax
See discussion in https://github.com/confluentinc/ksqldb-recipes/pull/144#discussion_r789872110