GeekArticles
Database
MS AccessSQL - Multiple Conditions using the AND and OR conditions
Author: databasedev.co.uk |
Published: 3rd Feb 2006 |
Visited: 346 times |
Add CommentFiled in: MS AccessSQL - Multiple Conditions using the AND and OR conditions:
In the previous article, Using the WHERE clause with the SQL SELECT
Statement, we demonstrated how you would use the SQL WHERE clause to
conditionally select data from the database table. The WHERE clause
can be simple and use only a single condition (like the one presented
in the previous article), or it can be used to include multiple search
conditions. SQL allows us to combine two or more simple conditions by
using the AND and OR or NOT operators. Any number of simple conditions
can be present in a single SQL statement, to allow us to create complex
WHERE clauses that allow us to control which rows are included in our
query results......
Read Article Sponsored Links
Related Articles