About 50 results
Open links in new tab
  1. Solved: Right Function in Oracle SQL Query | Experts Exchange

    Sep 2, 2016 · Right Function in Oracle SQL Query I have a field in my database and the only thing I need to capture is everything except the last 3 characters of the field. Ex. FieldName …

  2. Solved: Help with MS SQL Right Function Using the Len Function ...

    Find answers to Help with MS SQL Right Function Using the Len Function from the expert community at Experts Exchange

  3. T-SQL Number format with no decimals - Experts Exchange

    Jan 18, 2018 · > t-SQL cannot do the formatting on the number I need. Format () does format a number to a string, doesn't it? I don't see what your core problem is. Execute a query in SQL …

  4. Calculating Distinct Counts in Access - Experts Exchange

    Jan 8, 2011 · by Patrick G. Matthews 1. Introduction All major SQL dialects allow for a Count aggregate function, and Access's native Jet SQL is no exception. As in other database …

  5. Retrieving Data From Excel Using OPENROWSET () - Experts …

    May 8, 2010 · In this article I will use the OPENROWSET () function. This is a T-SQL function that can be used to access any OLE DB data source. All you need is the right OLE DB driver. The …

  6. Effective SQL: Understanding Order of Operations - Experts …

    Jan 24, 2011 · Select all Open in new window Note: In MS SQL Server, the data type of the numbers involved in the POWER function matter. Therefore, the three expressions above yield …

  7. Solved: SQL stored procedure or function to convert MAC address …

    Dec 15, 2010 · Find answers to SQL stored procedure or function to convert MAC address to a certain format from the expert community at Experts Exchange

  8. How to load Excel's data into SQL Server in different ways

    Mar 29, 2020 · Data can be kept in different media, Sometimes, the data need to be extracted, transformed or loaded in different ways. For this article, I'm going to demonstrate some of the …

  9. Using the Switch Function in Microsoft Access - Experts Exchange

    Jan 8, 2011 · The Switch function evaluates each pair of expressions, and returns the result corresponding to the first boolean expression in the list that evaluates to True. Switch is often …

  10. Microsoft Jet OLEDB Replace Function - Experts Exchange

    Aug 2, 2005 · I am using Microsoft Jet OLEDB to connect to a csv file. What I need is a replace function. I can not use the replace function in ASP because I would have to loop through the …