FireSQL
FireSQL copied to clipboard
Handling - inside collection name
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.
+1; came here looking for a solution to this.