About 322,000 results
Open links in new tab
  1. SQL Server LEFT() Function - W3Schools

    The LEFT() function extracts a number of characters from a string (starting from left). Syntax

  2. SQL LEFT Function

    In SQL, the LEFT function takes a string and returns a specified number of characters from the beginning of a string. Here’s the syntax of the LEFT function: LEFT(STRING, …

  3. SQL LEFT Function Use and Examples - SQL Server Tips

    Apr 27, 2025 · Learn how to use the SQL Server LEFT function with examples of how this function can be used to take a portion of a string.

  4. SQL Server LEFT() Function - SQL Server Tutorial

    The LEFT() function returns a substring consisting of the specified number of characters from the left side of the input string. The LEFT() function will return NULL if either of the arguments is …

  5. SQL LEFT function in queries - SQL Shack

    Oct 22, 2021 · In this article, we will learn how to use SQL LEFT function with straightforward examples. What is the SQL LEFT function? Most of the time we need to work with the …

  6. SQL LEFT Function - Online Tutorials Library

    Learn how to use the SQL LEFT function to extract a specified number of characters from the left side of a string. Explore examples and syntax for effective string manipulation.

  7. LEFT Function in SQL Server

    Nov 13, 2023 · In this SQL Server tutorial, you covered how to extract the characters from the left side of the given expression or value using the LEFT() function in SQL Server. Then how to …

  8. SQL Server LEFT() Function: Returns Substring from Left

    In SQL Server, the LEFT () function returns the specified number of characters from the left side of the specified string.

  9. LEFT () in SQL: Examples, Use Cases & Error Handling

    The LEFT() function in SQL extracts a specified number of characters from the beginning (left side) of a string. It is commonly used for parsing text data, extracting fixed-length identifiers, …

  10. SQL Server: LEFT Function - TechOnTheNet

    This SQL Server tutorial explains how to use the LEFT function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the LEFT function allows you to …

Refresh