Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXCEPT statements produce Coq syntax error #18

Open
Snoozy opened this issue Apr 5, 2017 · 0 comments
Open

EXCEPT statements produce Coq syntax error #18

Snoozy opened this issue Apr 5, 2017 · 0 comments

Comments

@Snoozy
Copy link
Contributor

Snoozy commented Apr 5, 2017

schema s1(id:ty0, ??);

table Products(s1);
table Inventory(s1);

query q1
`
SELECT id as p_id
FROM Products
EXCEPT
SELECT id as i_id
FROM Inventory
`;

verify q1 q1;

The above query will cause a syntax error on the id in the second SELECT line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant