Hi All,
The result of running "sel add_months(date '2011-03-31',-1);" will be : "2011-02-28".
But the result fo running "sel date '2011-03-31' - interval '1' month;" will be "2665: Invalid date".
How does "interval 'n' month" work?
↧