What does `LEFT(column, 3)` do in SQL?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What does `LEFT(column, 3)` do in SQL?

Key points

  • `LEFT(column, 3)` extracts characters from the left side of a string
  • It is helpful for manipulating string data in SQL queries
  • This function is useful for tasks like truncating or formatting strings

Ready to go further?

Related questions