Open topic with navigation
The isfinite() function is used to test for a finite date.
ISFINITE(date/timestamp/interval)
SELECT ISFINITE(TIMESTAMP '2020-06-20 12:59:59')
The above query returns TRUE.
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.