koralium / flowtide

Streaming integration engine
https://koralium.github.io/flowtide/
Apache License 2.0
28 stars 2 forks source link

SQL: Add support for wildcard selection #452

Closed Ulimo closed 4 months ago

Ulimo commented 4 months ago

Ex:

SELECT * FROM table1

Wildcard support is required to be compliant with other SQL implementations.