petejigsaw
MIS
Not sure if this is the right forum for this, but here goes:
I am trying to write and SQL expression to do a server-side calculation to establish the week number from a given date in the database.
In SQL, it'd be easy:
{fn WEEK("peranal"."pa_date")}
but I'm working against an Informix database!
Does anyone know how I can create an expression to do this against Informix, as it'd speed up the reporting significantly?
Thanks
I am trying to write and SQL expression to do a server-side calculation to establish the week number from a given date in the database.
In SQL, it'd be easy:
{fn WEEK("peranal"."pa_date")}
but I'm working against an Informix database!
Does anyone know how I can create an expression to do this against Informix, as it'd speed up the reporting significantly?
Thanks