Use double quotes in column alias
653718Jan 14 2010 — edited Jan 14 2010Hi,
I would like to alias a column that would look something like this <University "John Smith"> (without <,> chars).
I know in oracle when you use aliases you need to enclose the column name in double quotes if there are "special" characters.
In other words how can I write the query below:
select 1 as University "John Smith" from dual;
Thank you
Edited by: orange_square on Jan 14, 2010 7:39 AM
Edited by: orange_square on Jan 14, 2010 7:40 AM
Edited by: orange_square on Jan 14, 2010 7:40 AM