About 114,000 results
Open links in new tab
  1. SQL Essentials: TO_CHAR Function Explained — NetSuite Community

    May 22, 2025 · Overview TO_CHAR is an SQL function that converts a date, time, or numeric value into a formatted string. It allows you to customize the display of these data types …

  2. SQL Essentials: TO_CHAR vs TO_DATE — NetSuite Community

    May 22, 2025 · Overview In NetSuite Saved Search Formula, the TO_CHAR and TO_DATE functions are essential tools for manipulating and converting data types, especially when …

  3. Can I change the date format in the BI Publisher data model to …

    Sep 12, 2024 · In the Fusion, publisher reporting → data model→ SQL Query "select to_char (to_date ('12/09/2024','DD/MM/YYYY'),'DD/MON/YYYY') from dual;". It always returns …

  4. SQL to get Checklist Status for Employees

    Mar 5, 2023 · Summary: SQL to get Checklist Status for Employees Content (required):

  5. NetSuite Admin Tip | Using TO_CHAR to Format Date and Time in …

    When managing data in SQL—especially within environments like NetSuite’s SuiteAnalytics or custom reporting—it’s common to work with timestamps.

  6. Filter Period depending on CurrentMonth — Oracle

    Nov 21, 2016 · Sorry if I was not clear. The select query I am using is actually on Filter of type SQL Expression. Also my Months are coming from Period dimension I am not using text …

  7. Syntax to converting 24 hour time format to 12 hour format in sql

    Aug 19, 2017 · Summary Syntax to converting 24 hour time format to 12 hour format in sql Content Hi,

  8. Converting UTC to EST time zone in Logical SQL

    Dec 16, 2021 · Summary: Our report is built with logical sql, the approval dates are displaying in UTC time zone and we need these to reflect EST time zone.

  9. How to convert LONG to VARCHAR2 in PL/SQL — oracle-mosc

    Feb 21, 2023 · I want to convert LONG to VARCHAR2 in PL/SQL on the fly. Note that we are using AL32UTF8 characterset. Below works only when view text is smaller than 8K.

  10. BIP Data Model Error: ORA-22835: Buffer too small for CLOB to …

    Aug 19, 2021 · Can anyone please suggest a way to display more than 4000 characters in sql. Currently , When ever I am running the data model , I get an error: ORA-22835: Buffer too …