About 8,140,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. SQL Convert String to Date Functions

    This tutorial shows you how to use the CAST () and TO_DATE () to convert a string to a date in SQL.

  4. Oracle / PLSQL: TO_DATE Function - TechOnTheNet

    This Oracle tutorial explains how to use the Oracle / PLSQL TO_DATE function with syntax and examples. The Oracle / PLSQL TO_DATE function converts a string to a date.

  5. SQL TO_DATE () | Syntax and Parameters | Examples of SQL TO

    Apr 11, 2023 · Guide to SQL TO_DATE (). Here we also discuss the introduction, syntax and parameters with different examples and its code implementation.

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

    In this lesson, we have learnt how to use TO_DATE () and TO_CHAR () function. Besides this, we have also learnt how to convert dates into different formats and also learnt how to convert …

  7. SQL TO_DATE | Convert Strings to Date Format - 1Keydata

    Oct 12, 2024 · Understand how SQL TO_DATE converts strings into date formats. Learn syntax and practical examples for working with date conversions in SQL.

  8. SQL | Date Functions - GeeksforGeeks

    Nov 22, 2025 · SQL Date Functions are built-in tools used to handle, modify, and analyze date/time values in a database. They help perform tasks like retrieving current dates, …

  9. SQL QUERY EXAMPLES

    SQL TO_DATE function converts a selected string to a SQL DATE format used by database. The string may be of any data type, but must conform to a valid SQL date format when converted …

  10. Oracle TO_DATE () Function - SQLiz

    Oracle TO_DATE() is a built-in function that converts a given string date to a value of the DATE data type according to an optional format. If you need to convert data to other date-time data …