Hi Guys,
Is there a function that will convert the date field to a number with the query?
I know the date.num() but when I'm inserting it like this I got an error.
help please,
amator
Is there a function that will convert the date field to a number with the query?
I know the date.num() but when I'm inserting it like this I got an error.
Code:
select whinr140.*
from whinr140
where whinr140.item = {:whwmd215.item} and
whinr140.cwar = {:whwmd215.cwar} and
date.num(whinr140.idat) < 1
order by whinr140.idat
selectdo
code here .......
endselect
amator