We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Query: SELECT pname FROM project, works_on WHERE hours > 5 AND pnumber = pno
Translation: Select the name of each project where the works on's hours is greater than 5 and the project's number is the works on's pno.
The text was updated successfully, but these errors were encountered:
I'm seeing a greater pattern here, where in general attributes of relationship nodes are not handled properly.
Sorry, something went wrong.
No branches or pull requests
Query: SELECT pname FROM project, works_on WHERE hours > 5 AND pnumber = pno
Translation: Select the name of each project where the works on's hours is greater than 5 and the project's number is the works on's pno.
The text was updated successfully, but these errors were encountered: