Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SELECT * FROM test WHERE col1 REGEXP '<{1,2}[[:space:]]*>{1,2}|[[[:space:]]*]|{[[:space:]]*}'
  2.  
  3. SELECT * FROM test WHERE col1 REGEXP '<[[:space:]]*>|<<[[:space:]]*>>|[[[:space:]]*]|{[[:space:]]*}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement