I am inside oracle procedure
I have a complex query with join which gives single value to which i assign alias
now can i pass alias in where clause in another query rather than making above query again as subquery?
I am inside oracle procedure
I have a complex query with join which gives single value to which i assign alias
now can i pass alias in where clause in another query rather than making above query again as subquery?
Yes, provided its in scope (ie a subquery you're joining to in the FROM clause that the WHERE exists in).