Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with Computed Column
Hi again,
While searching for the solution i bumped thru this statement in one of
Oracle related website
alias - provides a different name for the column expression and causes the alias to be used in the column heading. The AS keyword is optional. The alias effectively renames the select list item for the duration of the query. The alias can be used in the ORDER BY clause, but not other clauses in the query
could it be the source of my problem ? Received on Mon Feb 28 2005 - 03:00:44 CST