Calculate column alias
465486Sep 10 2007 — edited Sep 11 2007Hello Tom,
Hello Gurus
How can I in a query reference a calculated column somehow in the select list?
select
dummy||dummy as double_dummy
double_dummy||dummy as triple_dummy
from dual
That would be the pseudo code, but I don't know how to implement it. My real calculations are
already 200 chars long and then I have to use it in other calculations...