manticore-projects
manticore-projects
I leave it to you to decide. In the current development stage it extends `ExpressionList` and so fits in much better. However, I consider it a kind of generic fallback,...
Greetings. `PARTITION` is not supported/implemented for both `CREATE TABLE` and `ALTER TABLE` statements. Please either send a PR or sponsor an implementation, when you are interested in this feature.
Greetings. It is not supported since it is far away from any standard. Since I see no point in that construct (why not just provide a `Sub Query with JSON...
Duplicate #1550
Greetings, certainly not supported, since [ksqlDB](https://ksqldb.io/) is a very specific/exotic DB for streaming/Kafka. You can either provide or sponsor an implementation of those syntax.
Turns out, that there is some support for `ksqlDB` already. I found some `KSQL` related tests including support for `WITHIN(..)`.
Greetings! PostgreSQL specific `DO` is not supported and you will need to provide or sponsor an implementation when you are interested in this particular feature.
> is that not working ? It is working by only passing through the text block. You would at least introduce a `DO $$BEGIN ... END$$` statement and certainly you...
Greetings, your example works fine without the extra-brackets: ```sql CREATE TABLE test_table ( id BIGINT NOT NULL , name VARCHAR (255) , PRIMARY KEY ( `id` ) , KEY my_index...
Not supported yet in the Grammar and its not trivial to amend. The current implementation expects strictly column names.