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

more complex where statements #11

Open
benabus opened this issue Apr 23, 2020 · 0 comments
Open

more complex where statements #11

benabus opened this issue Apr 23, 2020 · 0 comments

Comments

@benabus
Copy link

benabus commented Apr 23, 2020

This has been incredibly helpful.

I'd love to see an example with a more complex WHERE statement such as:

SELECT ProductName, UnitsInStock
  FROM Products
 WHERE 
   (Discontinued = 1
   AND UnitsInStock <> 0)
   OR UnitsInStock = 50

Just a suggestion

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