Quick Search:
 
 The Oracle TO_DSINTERVAL Function      [Return To Index] Jump to:  

Term: TO_DSINTERVAL

Definition:
The TO_DSINTERVAL function converts a character string of CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype to an INTERVAL DAY TO SECOND value.

char is the character string to be converted.

The only valid nlsparam you can specify in this function is NLS_NUMERIC_CHARACTERS. This argument takes the form:

NLS_NUMERIC_CHARACTERS = "dg"


Where d and g represent the decimal character and group separator respectively. Neither character can be a space.

Related Links:

Related Code Snippets:
 
   Home |    Search |    Code Library |    Sponsors |    Privacy |    Terms of Use |    Contact Us © 2003 - 2024 psoug.org