About 2,490,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. 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 …

  6. 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.

  7. TO_DATE , DATE - Snowflake Documentation

    The following examples use the TO_DATE and DATE functions with different input format specifications. The date format in the returned output is determined by the setting of the …

  8. 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.

  9. MySQL STR_TO_DATE () Function - W3Schools

    Definition and Usage The STR_TO_DATE () function returns a date based on a string and a format. Syntax STR_TO_DATE (string, format)

  10. How to use the to_date function in SQL statements?

    In SQL statements, the to_date function is used to convert a string into a date format. Here is its syntax: TO_DATE(string, format) In this case, string represents the string to be converted, …