View Single Post

   
  #1 (permalink)  
Old 04-19-2008, 06:12 PM
Art S. Kagel
 
Posts: n/a
Default Re: SQL construct not supported in informix ?

On Thu, 17 Jul 2003 11:40:27 -0400, vk02720 wrote:

> The following SQL construct does not work in Informix 7.3 select a,b
> from
> (select col1 a, col2 b from mytable)
>
> This works in Oracle.
> Is this part of SQL standard or an Oracle extension ?
>
> TIA


Non-standard to the level of SQL that Informix supports.


Art S. Kagel
Reply With Quote