amortillaro
Programmer
Hi:
This is my access query
Select (EmFirst || EmLast) theName,
RTrim(theName) theNameTrimmed
From EmTable;
The point is that in msAccess I do can reference a field (theName) defined inside the same query. Can I do it in oracle?
Thanks a lot, in advance...
This is my access query
Select (EmFirst || EmLast) theName,
RTrim(theName) theNameTrimmed
From EmTable;
The point is that in msAccess I do can reference a field (theName) defined inside the same query. Can I do it in oracle?
Thanks a lot, in advance...