I need to run both Select and Update queries on my database. I've done 
simple queries, but this time I need to pick out more than 100 records 
WHERE Field1 values are all different and Field2 values are all 
different.

For instance, I need RecordID's for records where (field1=1 and 
field2=a) (field1=1 and field 2=d) (field1=43 and field 2=z), etc.

How do I string these together?

On the selects, I want a list of all the records in my example.

Thanks for your patience with a query novice!




The php_mysql group is dedicated to learn more about the PHP/MySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to