Viewing post 1 (of 2 total)
I need dynamic alias name to be generated each time when I execute the query . For eaxample
select emp_name, salary as "SAL ON 2011" from emp;
The year in the...
September 21, 2011 at 3:12 am
#1384375