Subject | Re: [firebird-support] Multiple Rows in Singleton Select?!?! I don't get it. |
---|---|
Author | Lester Caine |
Post date | 2005-03-01T22:25:10Z |
Joe Martinez wrote:
IBObjects questions are best directed to the IBObjects list
http://groups.yahoo.com/group/IBObjects
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
> I typed the following query into the DSQL tab of IB_SQL:Because the DSQL tab only expects a single result. Try using the Cursor tab.
>
> select customerid from enrolls A where A.sectionid in (select B.sectionid
> from sections B where sectionstartdate >= '1/1/03' and sectionstartdate <=
> '1/1/04') and enrollwaiting <> 'T'
>
> I get an error back, saying "multiple rows in singleton select". I don't
> understand. I don't see a singleton select anywhere in that query.
>
> Anyone understand why I'm getting this error?
IBObjects questions are best directed to the IBObjects list
http://groups.yahoo.com/group/IBObjects
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services