petersJazz
Programmer
How do you get today - 10 days in SQL on AS/400?
I tried this syntax:
select *
from table
where regdate > current_date - interval '10' days(5);
I tried this syntax:
select *
from table
where regdate > current_date - interval '10' days(5);