Getting values in one query

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
shivam0101
Forum Contributor
Posts: 197
Joined: Sat Jun 09, 2007 12:09 am

Getting values in one query

Post by shivam0101 »

How to get it in one query?
I have to display questions along with options (answers) as radio button.


table structure:
feedback_questions - table_name

feedback_question_id,
question,
feedback_answer1,
feedback_answer1,
feedback_answer1,
feedback_answer1,
feedback_answer1
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

If they're all in the same table, then what's the problem...?
Post Reply