Skip to content

Instantly share code, notes, and snippets.

@khaliqgant
Created March 16, 2022 08:50
Show Gist options
  • Save khaliqgant/d55bc9b4504a745671c0e362f9cd8862 to your computer and use it in GitHub Desktop.
Save khaliqgant/d55bc9b4504a745671c0e362f9cd8862 to your computer and use it in GitHub Desktop.
[Postgres Like Query] Text matching using like #postgres #database
username LIKE '%zveer%'
https://www.tutorialspoint.com/postgresql/postgresql_like_clause.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment