Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: titio
  • Order by date
  1. titio

    convert date to character 'YYYYMM' with substring and extract function

    What is the correct sql syntax for retreiving a character month column like 'YYYYMM' from a date ? i try this but no success SUBSTRING ( EXTRACT YEAR from date || EXTRACT MONTH from date 1 for 6 ) ????????????
  2. titio

    RETREIVING DATE DATATYPES

    i hava another question : What is the correct sql syntax for retreiving a character month column like 'YYYYMM' from a date ? i try : SUBSTRING ( EXTRACT YEAR from date || EXTRACT MONTH from date 1 for 6 ) ????????????

Part and Inventory Search

Back
Top