Subject | Re: [firebird-support] Column name for view select expression? |
---|---|
Author | Antonio Galicia |
Post date | 2008-05-28T16:28:20Z |
On Tue, May 27, 2008 at 9:43 AM, Bill Oliver <bill.oliver@...> wrote:
ORA-00998: must name this expression with a column alias
--
Saludos,
PP
> My co-worker wonders why we check this case? It seems that MySQL andOn oracle I get this:
> Oracle let you create the view fine. Is this an Firebird
> SQL> CREATE VIEW V2 AS SELECT AVG(X) FROM T1;
> Statement failed, SQLSTATE = 42000
> Dynamic SQL Error
> -SQL error code = -607
> -Invalid command
> -must specify column name for view select expression
> SQL>
ORA-00998: must name this expression with a column alias
--
Saludos,
PP