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
|