About 9,670,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 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 …

  3. SQL LEFT Function - SQL Tutorial

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

  4. LEFT (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · A. Using LEFT with a column. The following example returns the five leftmost characters of each product name in the Product table of the AdventureWorks2022 database. …

  5. SQL LEFT Function Use and Examples - MSSQLTips.com - SQL

    Nov 4, 2021 · The LEFT function is used to provide the left part of a string according to a specified number of characters. Syntax LEFT(expression, NumberCharactersReturned)

  6. SQL LEFT function in queries - SQL Shack

    Oct 22, 2021 · How to use SQL LEFT function with variables. Local variables are used to hold a single value in the specified data type. We can use the LEFT function to extract the assigned …

  7. 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. Master the SQL …

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

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

  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 …

  11. Some results have been removed
Refresh