Subject | Re: [firebird-support] Sort precedence in execution plan |
---|---|
Author | Jerome Bouvattier |
Post date | 2004-08-24T12:57:39Z |
Thank you Ivan,
Just what I want.
Just what I want.
> If you have FB1.5:
>
> select saleprice + 0 , count(saleprice)
> from presence
> where productID = 1959201 and valuedate = '2004-04-01'
> group by 1
> order by 1
>
> Ivan
>