1
2
SEL Col1,Col2,Col3,MaxCol FROM table1,
(SEL MAX(eff_date) MaxCol FROM table2)t
Hi Mathuram,
Could you please explain you query. I couldn't uderstand it. Where we get maxcol value in the upper select ? (from the below query)
where to specify the table from which we get col1,col2 col3
i tesed this, but giving me error, i am surely missing to understanding sometheing here
sel Tran_Amt,Principal_Amt, Interest_Amt ,maxcol from table1,
(sel max(tran_id) maxcol from financial.savings_tran ) table1
from tduser.checking_tran
↧