Posted by John Nichel on 04/07/05 20:39
William Stokes wrote:
> Hello,
>
> This is not a php but sql question. My apologies but I don't know any good
> sql forums and I know that someone here might be able to answer.
>
> OK so the question is. How to make a SELECT query with WHERE definition that
> requires 2 conditions to be satisfied so that the row gets selected?
>
> MySQL manual says"where_definition consists of the keyword WHERE followed by
> an expression that indicates the condition or conditions that rows must
> satisfy to be selected"
>
> I just don't know how to write the query
http://lists.mysql.com/
What condition do you want your select to satisfy? All data? Data with
a certain description? Data older than a certain date? Etc. Etc. Etc.?
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
john@kegworks.com
[Back to original message]
|