![]() |
|||
|
|
|||
|
||||||||||||||||||||||||||||||
|
|
|
Looking for the original pages? (formerly called "Morgan's Library") You can find them here.
Term: AND
Definition: SELECT * FROM users By adding an AND clause, the SELECT statement can be made more selective: SELECT * FROM users This statement returns only those users whose first name is 'john' and whose city is listed as 'seattle'; Multiple AND statements may be used, adding as many conditions as needed: SELECT * FROM users Related Code Snippets:
|
| Home : Code Library : Sponsors : Privacy : Terms of Use : Contact Us | 249 users online © 2009 psoug.org |