Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT * FROM table
  2. WHERE field LIKE '% %' /*3 spaces*/
  3. OR field LIKE '% %' /*4 spaces*/
  4. OR field LIKE '% %' /*5 spaces*/
  5. OR field LIKE '% %' /*6 spaces*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement