Du kan beregne værdien i en underforespørgsel:
select calculated_output process, calculated_output || '-Output2' name from
(
select 'output1' calculated_output from dual
)
Du kan beregne værdien i en underforespørgsel:
select calculated_output process, calculated_output || '-Output2' name from
(
select 'output1' calculated_output from dual
)