It is really a good idea! But the create ddl does not in standard SQL, so every product syntax is different. I think we should compatible a main stream syntax just like Oracle. and the streamsql is also does not have s standard SQL syntax. It is a opportunity for us! Regards Zhiqiang He
---Original--- From: "Christian Beikov"<[email protected]> Date: 2017/9/10 19:07:58 To: "dev"<[email protected]>; Subject: Re: adding CREATE TABLE DDL support? Sounds like a good idea. Mit freundlichen Gr???0?8en, ------------------------------------------------------------------------ *Christian Beikov* Am 08.09.2017 um 19:28 schrieb Julian Hyde: > It??s in core/src/test/codegen/includes/parserImpls.ftl (i.e. a parser > extension used in tests) but we don??t want to add it to the core parser > because other projects want to have their own CREATE TABLE syntax. > > I have been thinking of moving DDL into a separate module, so if people want > to use Calcite+DDL in production they could do so. What do people think? > > Julian > > > >> On Sep 8, 2017, at 7:53 AM, ?????? <[email protected]> wrote: >> >> Looks like CREATE is not currently supported by the parser. I wanna add it.
