Created
March 16, 2022 08:50
-
-
Save khaliqgant/d55bc9b4504a745671c0e362f9cd8862 to your computer and use it in GitHub Desktop.
[Postgres Like Query] Text matching using like #postgres #database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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