Subject | Re: [IB-Conversions] Convertin DATE_SUB(NOW(), INTERVAL nauvodni DAY) |
---|---|
Author | Ann W. Harrison |
Post date | 2004-12-14T17:22:24Z |
At 09:02 AM 12/14/2004, Pepa Chmel wrote:
means vzink should be less than or equal to <howmanydays> from now,
then you could try WHERE vznik >= CURRENT_DATE + <howmanydays>
Regards,
Ann
>... WHERE vznik >= DATE_SUB(NOW(), INTERVAL howmanydays DAY)I'm not entirely sure what the meaning of that statement is, but if it
>
>Please can anybody help me to replace this expression from MySQL to FB
>equivalent?
>
>I cant find usable documentation of possible functions of FB to help
>myself alone.
means vzink should be less than or equal to <howmanydays> from now,
then you could try WHERE vznik >= CURRENT_DATE + <howmanydays>
Regards,
Ann