Hi,
I have a situation in which i need to concatenate o/p of two sel queries something like below:
Sel col1,col2,col3 from table1 || sel max(eff_date) from table2
This is just for illustration, the first select is actually a big select query and i want to append max of eff_date to each row of the o/p
But, the syntax above doesn't work. How can we achieve this ?
Thx
↧