Subject | Re: [Firebird-Architect] Applications of Encoded Data Streams |
---|---|
Author | Jim Starkey |
Post date | 2005-05-03T15:02:17Z |
Helen Borrie wrote:
Is this SQL?
--
Jim Starkey
Netfrastructure, Inc.
978 526-1376
>Would another natural use be in DSQL, for tuple subquery expressions?I don't think so, but maybe somebody could get creative.
>
>select a.blah,
> (select b.a, b.b, b.c from tableb b
> where b.id = a.id) as (aa, bb, cc),
> a.p, a.q, a.r from tablea a
>
>
>
Is this SQL?
--
Jim Starkey
Netfrastructure, Inc.
978 526-1376