select column11 from table1 where column12 =
decode(column21,'M',(select column31 from table3 where column32=column22),
(select column41 FROM column4 WHERE column21 = column42))
how can i write the above query more efficiently..
i am planning to use the function in the else part...
any advantages of using function...thanks
pras
Dream as if u'll live forever..Live as if u'll die today.
Bookmarks