mysql query question
Posted: Mon Dec 18, 2006 10:36 pm
what can i add to the following query "SELECT pubID, pubName, pubPostcode from Pubs" so that it only returns results if the pubID='2' or pubID='5' or pubID='9' etc.
i know you can do it using where clauses in separate queries but can it be done in a single call?
thanks
i know you can do it using where clauses in separate queries but can it be done in a single call?
thanks