About 2,520,000 results
Open links in new tab
  1. Oracle TO_DATE Function

    May 5, 2025 · This tutorial shows you how to use the Oracle TO_DATE () function to convert a date string to a DATE value using a specific format.

  2. TO_DATE - Oracle Help Center

    Jan 15, 1989 · TO_DATE converts char to a value of DATE data type. For char, you can specify any expression that evaluates to a character string of CHAR, VARCHAR2, NCHAR, or …

  3. Oracle SQL Tutorial: TO_DATE () function explained with examples

    How to convert Dates in Oracle using TO_DATE, TO_CHAR functions with examples. Date formats available in Oracle.

  4. TO_DATE function in ORACLE - Stack Overflow

    Jan 1, 2015 · SQL/Plus and SQL Developer will use the user's session parameter NLS_DATE_FORMAT to perform this conversion - see this answer regarding this. So your …

  5. Oracle SQL Experts: TO_DATE

    The TO_DATE function is a critical tool in Oracle SQL for converting strings or expressions into valid date types. It allows for flexible formatting and conversion, ensuring that date and time …

  6. PL/SQL To_date - Oracle PL/SQL Tutorial

    May 9, 2023 · One of the important functions in PL/SQL is the TO_DATE function, which converts a character string representation of a date and time to an actual date value. The syntax of the …

  7. Oracle TO_DATE | Convert Datetime to Date - IT Tutorial

    Jun 8, 2021 · I will explain Oracle TO_DATE | Convert Datetime to Date in this post. TO_DATE converts characters ( char of CHAR, VARCHAR2, NCHAR, or NVARCHAR2 datatype ) to date …

  8. TO_DATE function in Oracle - W3schools

    Jun 26, 2019 · It is used to convert a string to a date. The TO_DATE function is supported in the various versions of the Oracle/PLSQL, including, Oracle 12c, Oracle 11g, Oracle 10g, Oracle …

  9. Oracle TO_DATE Function Usage, Tips & Examples - Database Star

    Nov 15, 2016 · The Oracle TO_DATE function is one of the most common and useful string manipulation functions in Oracle, but it can be confusing. I'll explain how to use the TO_DATE …

  10. TO_DATE () Function in Oracle - Database.Guide

    Sep 8, 2021 · The default date format is determined by the NLS_DATE_FORMAT initialisation parameter, which itself is implicitly set by the NLS_TERRITORY parameter, but can also be …