I have a table named as tb1 and have two fields ID and CITY. One city can have more than one id. I want to write a query to select ids from tb1 in one city.
Eg. if city1 has id1,id2,id3 then i want to dispay all three ids that is in city1.
i'm new to mysql and please someone help me..
Eg. if city1 has id1,id2,id3 then i want to dispay all three ids that is in city1.
i'm new to mysql and please someone help me..
Comment