I want to find integers any integers between 6 and 10. I've tried:
[6-10]{1,2}
but this throws a mysql error (this is for a mysql query). How do you match numbers between 6 and 10?
|
|
why complicate your syntax? couldn't it be as simple as this? Using
but anyway if you have other use, you can use
SQLFiddle Demo |
||||