The decode statement is something like:
select decode(value1<value2, "late", value1=<value2, "on time", "early") part_status
We want to use the alias part_status in the where statement of the same select -- for example
select decode(table1.field1<table1.field2...
We have a decode statement in the select clause where we are storing the value into a alias field name.
Can you use this alias field name in the where clause of the PL/SQL query?
We have a crystal reports that pulls data from an ORACLE table. The report contains a list of items currently in work in the shop. The form is viewed via the web using the Crystal viewer.
Each item has a unique identifier. The report has a hyperlink formula that sends the unique identifier...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.