Guest User

Untitled

a guest
Aug 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SELECT count(id) as gV FROM someTable WHERE ... title REGEXP '(d{5,})' order by id limit 0,10
  2.  
  3. Some text here 123456
  4. S0m3 t3xt h3r3
  5.  
  6. 1 (Some text here 123456)
Add Comment
Please, Sign In to add comment