i have a table i.e salary
the column names are GRADE, level (numeric), T1 (money), T2 money), T3 (money)...until T38 (money).
my problem is, how to retrieve only the value of column T1 and the value of the last column T which doesn't have a null value. (the T column sometimes will only be filled until T7 or T20 etc)
Thanx!
the column names are GRADE, level (numeric), T1 (money), T2 money), T3 (money)...until T38 (money).
my problem is, how to retrieve only the value of column T1 and the value of the last column T which doesn't have a null value. (the T column sometimes will only be filled until T7 or T20 etc)
Thanx!