What does the LIKE ‘_a%’ pattern match?

SQL Fundamentals Easy

SQL Fundamentals — Easy

What does the LIKE ‘_a%’ pattern match?

Key points

  • The underscore (_) represents any single character
  • The % represents zero or more characters
  • 'a' must be the second character in the string

Ready to go further?

Related questions