Subject Re: [firebird-support] Re: Column name for view select expression?
Author Dmitry Yemanov
Bill Oliver wrote:
>
> My bad, I had confused it with this other related view definition,
> which Oracle supports and Firebird does not.
>
> SQL> CREATE VIEW FLASH_V2 AS SELECT T1_T.X FROM (SELECT * FROM
> FLASH_T1) T1_T, FLASH_V1 WHERE T1_T.X =FLASH_V1.X;

Well, here I agree that it makes sense. We have other similar issues as
well, see e.g. CORE-1402.


Dmitry