Subject Re: [IB-Conversions] Convertin DATE_SUB(NOW(), INTERVAL nauvodni DAY)
Author Ann W. Harrison
At 09:02 AM 12/14/2004, Pepa Chmel wrote:


>... WHERE vznik >= DATE_SUB(NOW(), INTERVAL howmanydays DAY)
>
>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.

I'm not entirely sure what the meaning of that statement is, but if it
means vzink should be less than or equal to <howmanydays> from now,
then you could try WHERE vznik >= CURRENT_DATE + <howmanydays>


Regards,


Ann