Jump to content

Conditions within conditions within SELECT query?


Federal

Recommended Posts

Suppose I have a table as follows:

ID VAR1 VAR2 VAR3

01SundayPortland

11TuesdayThe Hague

20FridayOttawa

31MondayBangkok

I'd like to set it up so that, if VAR1 = 1, it returns VAR2, while if VAR1 = 0, it returns VAR3. Is this possible using mySQL alone, and without adding additional tables?

 

I can work out a PHP-based solution involving seperating them into different tables (VAR1 on one table, VAR2 and VAR3 on another), but that would be inefficient.

 

Edit: mySQL 5.0

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.