How to convert the timestamp to nearest seconds.
example i am having date value as 2012-11-28 13:03:18.981
and it needs to be rounded to 2012-11-28 13:03:19 in DB2 select query
example i am having date value as 2012-11-28 13:03:18.981
and it needs to be rounded to 2012-11-28 13:03:19 in DB2 select query
Comment