Created
November 12, 2009 23:37
-
-
Save latompa/233430 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
customer_addresses | |
cust_id, address_id, preferred | |
-------------------------------- | |
1 1 true | |
1 2 false | |
2 3 true | |
3 4 false | |
find customers that only have preferred=false addresses | |
in this case, cust_id 3 (but not 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment