What does the SQL SUBSTRING(string, start, length) function return?

SQL Fundamentals Medium

SQL Fundamentals — Medium

What does the SQL SUBSTRING(string, start, length) function return?

Key points

  • SUBSTRING function extracts a specific portion of the string
  • Start parameter determines the position to begin extracting from
  • Length parameter specifies how many characters to include in the extracted substring

Ready to go further?

Related questions