SQL Search Like Example

SQL 2 weeks ago 1,309 views
S

sujeetkumar713

21 public snippets
1,309 Views
0 Comments
0 Saves

Description

SQL LIKE search example partial text matching.
SQL Search Like Example.sql
SELECT * FROM users
WHERE name LIKE '%john%';

Comments (0)

Add Comment

No comments yet. Be the first to comment!