Subject | RE: [ib-support] Order By within Subselect? |
---|---|
Author | Dmitry Yemanov |
Post date | 2003-05-24T09:03:31Z |
Joe,
though.
Dmitry
> > > select prodprice,proddesc,(select first 1 fifocost fromORDER BY is not allowed in subselects. This feature has been added in FB 1.5
> fifocosts B where
> > > B.fifobarcode = A.prodbarcode order by fifodate)
> > > from products A
> > > where PRODBARCODE = '000103'
> >
> >try "order by 1" instead of "order by fifodate"
>
> Nope. I get the same error. Besides, I don't want to order by
> fifocost. I want to order by fifodate.
though.
Dmitry