| Subject | RE: [firebird-support] Array datatype? |
|---|---|
| Author | Alan McDonald |
| Post date | 2019-08-29T07:22:54Z |
Hello Kjell,
then I have to do the mapping between Monday = 1, Tuesday = 2, Sunday = 0. But I can only select the value with an execute statement.
I will test it, thank you. 😊
WHEN F_DAYOFWEEK(J.COMMDATE)=1 /* Sunday */
??
Alan McDonald