hi
i want to know how to fetch data by giving more than two condition...please tell me wat should i use

eg

i have a query SELECT * from post_resume WHERE ind_type='IT'and career='Engineering' order by tdate DESC i want to check based on another condition also... select association from employer where ownerid='34'; now i want to know how to combine all three condition into one query......

You can use INNER JOIN if both tables have any field common.

We will be help you if you show us your both tables structure.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.