Did you know that you can quote table and column names? Use double quotes, e.g.
select * from "My table that has spaces in its name" Julian On Fri, Dec 16, 2016 at 6:09 AM, Julian Stenzel <[email protected]> wrote: > Hello, > is there a way to execute sql queries on mongoDB if the collection names > contains special characters like - in "1a84375b-9bd0-4ec3-9f93-536ce380f813". > I encounter org.apache.calcite.sql.parser.impl.ParseException when i execute > my statement. > Thank you > Julian
