Which wildcard character matches any sequence of characters in a LIKE pattern?

SQL Fundamentals Easy

SQL Fundamentals — Easy

Which wildcard character matches any sequence of characters in a LIKE pattern?

Key points

  • % is used to match any sequence of characters
  • _ is used to match a single character
  • * and ? are not wildcard characters in SQL

Ready to go further?

Related questions