This is controlled by the `dialect` argument to RelToSqlConverter. If you can give some more details about what level you're working at, we can help further.
Jess On Tue, Dec 8, 2020 at 4:32 AM 莫失莫忘 <[email protected]> wrote: > Default ,String representation is apostrophe in calcite > SQL ,like 'word' . how do I set this to > Double quotes ,like "word" . > > > Default is : select * from table1 where column1 = 'word' > > > I hope to support: select * from table1 where column1 = "word"
