pl1101
Programmer
- Dec 5, 2009
- 46
How do you create a sql Expression using an alias. When I try the creating from a duplicate, but changed the table to the alias, I get an error message that the table cannot be found.
Example:
(select sum(req_1.qty) from req_1
where mstr_1.pn=req_1.pn)
Example:
(select sum(req_1.qty) from req_1
where mstr_1.pn=req_1.pn)