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
No description provided.
The text was updated successfully, but these errors were encountered:
select * from Survey order by quant, reading DESC
select * from Survey where quant=‘sal’ and (reading < 0 OR reading > 1.0);
select count(*) from Survey where read=‘sal’ and (quant < 0 AND quant > 1.0)
select personal, family, quant, reading from Person JOIN Survey WHERE Survey.person = Person.id
Sorry, something went wrong.
Merge pull request #2 from eli-pie/master
705163b
NLP with Python materials from Elizabeth
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: