peacemaka
08-06-2007, 11:49 PM
Hi guys,
I am writing a select query and need an extra column which will be calculated using two tables.
The problem i am having is that i need to to say basically, return value A if value from table x < value from table y or return value B if value from table x > value from table y.
I tried using the HAVING clause but you cant use the if function with this it seems.
Your help is most appreciated.
I am writing a select query and need an extra column which will be calculated using two tables.
The problem i am having is that i need to to say basically, return value A if value from table x < value from table y or return value B if value from table x > value from table y.
I tried using the HAVING clause but you cant use the if function with this it seems.
Your help is most appreciated.