About 47,300 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 Expected …

  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. Migrating database from Access 2010 to Access ... - Experts Exchange

    Apr 29, 2024 · Maybe it's a good idea to try the solution from there again, means, create a new database file, then import only the tables and queries and try if your SQL which includes the "Right" …

  4. 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 …

  5. How can I shift string characters in T-SQL - Experts Exchange

    Sep 17, 2003 · How can I shift string characters in T-SQL Hi, I have a query running on Ingres database and I'm trying to run the same query under SQL-SERVER .The problem is the query use function …

  6. Invalid length parameter passed to the RIGHT function

    Oct 31, 2014 · Find answers to Invalid length parameter passed to the RIGHT function from the expert community at Experts Exchange

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

  8. Retrieving Data From Excel Using OPENROWSET () - Experts Exchange

    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 oldest …

  9. Effective SQL: Understanding Order of Operations - Experts Exchange

    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 three different …

  10. Converting Active Directory Timestamps in Microsoft SQL Server

    Jun 7, 2009 · As usual for those like me with a short attention span and since a beginner level of reading/using T-SQL code is a pre-requisite for reading this article, you can skip right to the handy …