Subject | Re: [ib-support] Select in select |
---|---|
Author | Helen Borrie |
Post date | 2002-09-20T12:34:37Z |
At 12:00 PM 20-09-02 +0000, you wrote:
Won't this give you the answer you want?
select count(*) from table1 where field=180
heLen
>HiNo - but why would you want to?
>
>Can I do something like:
>
>Select Count(*) from (Select * from TABLE1 where FIELD=180);
Won't this give you the answer you want?
select count(*) from table1 where field=180
heLen