- Notifications
You must be signed in to change notification settings - Fork 690
Closed
Description
- Describe the problem:
--- I have multiple select statements strung together with EXCEPT or INTERSECT between them. To order by with multiple selects, you usually add ORDER BY at the end. When I do order by at the end, I get the error in the title of the issue. The error points to alasql.min.js at line 2, char 9585, code 0 - Provide code that replicates the problem:
--- "SELECT * FROM Persons INTERSECT SELECT * FROM Persons WHEREeventStartBETWEEN x AND x OReventEndBETWEEN x AND x ORDER BYeventStart"
x's are just unix timestamps, I left them out for clarity.
Copilot