View Single Post
  #1 (permalink)  
Old 08-19-2007, 12:22 AM
ackerley1 ackerley1 is offline
WebProWorld Pro
 

Join Date: Jul 2003
Location: Canada
Posts: 250
ackerley1 RepRank 0
Default MySQL Multiple Select Question

Hello, I am trying to select multiple, specific, rows from a table but I am not having much luck.

The query I am using for 1 row is:

SELECT * FROM `12all_fieldsd` WHERE `eid` = 2750

the eid is the specific field that I want to find and I need to find about 70 rows. I have tried some AND statements and also multiple individual queries like the one above and other hack job attempts all with no success.

Urgent help on this would be greatly appreciated.

Thanks

Rob
__________________
Rob Ackerley
Sovereign Web Design
www.sovereignwebdesign.com
Reply With Quote