til

#TIL : SQL Wildcard Characters

I learned on 2018-07-26 about database

SQL databases support 2 main wildcards :

  • % : represents zero, one, or multiple characters
  • _ : represents a single character

Enjoyed this?

Leave a kudo — it means a lot.

0