![]() |
|
|
Thread Tools |
|
#1
|
||||
|
||||
|
MySQL REGEX Query
I am running this query:
With the goal of retrieving every tag that starts with 0-9. I have one tag in there right now that starts with a 3, '3 doors down'. However the above query does not return any results. Is that the correct format and if so what would be causing it to return nothing at all?
__________________
The Discussion Network No members have liked this post.
|
||||
|
#2
|
|||
|
|||
|
'^[0-9]'
This means that the data should start with a single digit number and nothing after that. try: '^[0-9].*'
__________________
Marco van Herwaarden Ex vBulletin.org Coordinator No members have liked this post.
|
|
#3
|
||||
|
||||
|
I figured it out. I had a misspelling lol.
Thanks for the help though, I did need to adjust the regex.
__________________
The Discussion Network No members have liked this post.
Last edited by BamaStangGuy : 28 Oct 2007 at 20:47. |
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Thread Tools | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 02:39.


