Subject | RE: [firebird-support] Re: group by week |
---|---|
Author | Alan McDonald |
Post date | 2003-10-18T08:18:14Z |
> select "ItemID", f_weekofyear(cast("ProduceDate" as date)), sumStill sounds like you need the freeUDFLib.dll file placed in your UDF
> ("Qty") as "Qty"
> from "produce" m
> where "ProduceDate" >= '9/1/2003'
> group by f_weekofyear(cast("ProduceDate" as date))
>
>
> Invalid token.
> invalid request BLR at offset 96.
> function F_WEEKOFYEAR is not defined.
> module name or entrypoint could not be found.
>
directory and the functions need to be declared in the DB
Also, this statement won't work, leave ItemID out of it or group by it as
well as week
Alan