Subject | Re: [firebird-support] Select in the from clause |
---|---|
Author | Aage Johansen |
Post date | 2004-05-15T12:22Z |
On Sat, 15 May 2004 11:39:46 +0000 (UTC), j_j_e_m wrote:
Maybe you can use a VIEW for the inner select, or rewrite as a JOIN in
other cases?
--
Aage J.
> Hello,This is not legal syntax in IB/Fb, as you have found.
> How can I get a select-in-the-from clause to work? I mean something like:
> select count(*) from (select distinct sample_type from samples)
> Any help will be appreciated :o)
Maybe you can use a VIEW for the inner select, or rewrite as a JOIN in
other cases?
--
Aage J.