|
|
FULL A - Z Oracle Function Library (formerly named "Morgan's Library")
Term: CAST
Definition: SELECT cast( '22-Aug-2003' AS varchar2(30)) This would convert the date ' 15-May-2010' into a varchar2(30) value.
Note 1: Datetime/interval includes DATE, TIMESTAMP, TIMESTAMP WITH TIMEZONE, INTERVAL DAY TO SECOND, and INTERVAL YEAR TO MONTH. Note 2: You cannot cast a UROWID to a ROWID if the UROWID contains the value of a ROWID of an index-organized table. Related Links: Related Code Snippets:
|
Home | Search | Code Library | Sponsors | Privacy | Terms of Use | Contact Us | © 2003 - 2024 psoug.org |