Open topic with navigation
The TIMESTAMPADD() function adds time value with a date or datetime value.
TIMESTAMPADD(unit,interval,datetime_expr);
SELECT TIMESTAMPADD(SQL_TSI_frac_second,4353,'1901-12-31 13:59:00' )
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.