Table of Contents

Search

  1. Preface
  2. The Transformation Language
  3. Constants
  4. Operators
  5. Variables
  6. Dates
  7. Functions
  8. Creating Custom Functions
  9. Custom Function API Reference

Transformation Language Reference

Transformation Language Reference

SSSSS Format String

SSSSS Format String

The following expression converts strings that include the seconds since midnight to date values:
TO_DATE( DATE_STR, 'MM/DD/YYYY SSSSS')
DATE_STR
RETURN_VALUE
12/31/1999 3783
12/31/1999 01:02:03.000000000
09/15/1996 86399
09/15/1996 23:59:59.000000000

0 COMMENTS

We’d like to hear from you!