Subject | Re: [ib-support] Converting from MSSQL |
---|---|
Author | Daniel Rail |
Post date | 2002-02-26T00:02:37Z |
At 25/02/2002 07:26 PM, you wrote:
a UDF in a GROUP BY and there are some(i.e. FreeUDFLib from Greg Deatz)
that already exist to extract the month.
Daniel Rail
>Select extract (month from sales_transaction.transaction_date), count(*)You can't use GROUP BY that way. I know that with FB 1.0 RC2, you can use
>from sales_transaction
>Group by extract(month from transaction_date)
>
>But I receive a complaint on line three any ideas ?
>
a UDF in a GROUP BY and there are some(i.e. FreeUDFLib from Greg Deatz)
that already exist to extract the month.
Daniel Rail