About 743,000 results
Open links in new tab
  1. TO_CHAR (number) - Oracle Help Center

    TO_CHAR (number) converts n to a value of VARCHAR2 data type, using the optional number format fmt. The value n can be of type NUMBER, BINARY_FLOAT, or BINARY_DOUBLE.

  2. TO_CHAR (datetime) - Oracle Help Center

    TO_CHAR (datetime) converts a datetime or interval value of DATE, TIMESTAMP, TIMESTAMP WITH TIME ZONE, TIMESTAMP WITH LOCAL TIME ZONE, INTERVAL DAY TO SECOND, …

  3. TO_CHAR function in Oracle - W3schools

    It is used to convert a number or date to a string. The TO_CHAR function is supported in the various versions of the Oracle/PLSQL, including, Oracle 12c, Oracle 11g, Oracle 10g, Oracle …

  4. Oracle TO_CHAR Function

    This tutorial shows you how to use the Oracle TO_CHAR () function to convert a date or number to a string in a specified format.

  5. SQL Server CONVERT () Function - W3Schools

    Example Convert an expression from one data type to another (varchar): SELECT CONVERT(varchar, '2017-08-25', 101); Try it Yourself » Previous SQL Server Functions Next

  6. Oracle / PLSQL: TO_CHAR Function - TechOnTheNet

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

  7. SQL Convert Date to String Functions: CAST() and TO_CHAR()

    Jul 21, 2018 · This tutorial shows you how to use the CAST () and TO_CHAR () functions to convert a date to a string in SQL.

  8. TO_CHAR in SQL: Date and Number Formatting - five.co

    Sep 30, 2024 · The TO_CHAR function in SQL is a versatile tool for converting dates, numbers, and other data types into formatted strings. It’s particularly useful when you need to present …

  9. Using TO_CHAR function in SQL Server - Stack Overflow

    There is no TO_CHAR in SQL Server. If you need to pass a date use the ISO formats yyyyMMdd or yyyy-MM-ddThh:mm:ss.sssssss or for a time just hh:mm:ss.sssssss. Seeing, however, that …

  10. to_char - SAP Online Help

    String containing unsigned octal integer. This option is not case-sensitive. If the number is not 2 bytes long, the software does not pad the output. The to_char function supports the Oracle 9i …