Is there a way to use collections which have a - inside the name. SELECT * FROM sales-order I get following error: Expected \"/\", \"AS\", \"GROUP\", \"LIMIT\", \"ORDER\", \"UNION\", \"WHERE\", WHITE_SPACE, [A-Z,a-z,0-9,_], or end of input but \"-\" found.
Is there a way to use collections which have a - inside the name.
SELECT * FROM sales-order
I get following error:
Expected "/", "AS", "GROUP", "LIMIT", "ORDER", "UNION", "WHERE", WHITE_SPACE, [A-Z,a-z,0-9,_], or end of input but "-" found.