如何在Oracle 9i的where條件中使用計算列? 我想使用類似 select decode (:pValue,1,
select sysdate from dual,
select activation_date from account where AcNo = 1234) as calDate
where caldate between startDat
我想添加一個計算列。 我有一個包含會議安排日期的日期列。在這一欄中,我需要一個代碼,如果會議安排在Q1,Q2,Q3或Q4,可以返回代碼。我有一個靜態代碼看起來像這樣: '=IF(Date<40269;"Q1";"Q2-4")' (40269 is the 1. April 2010 and Date=date-column)
但我需要的動態代碼,可以計算出同樣的事情,明年以及somekind的