View Single Post
  #7 (permalink)  
Old Mar 20th, 2008, 22:59
pagerss pagerss is offline
Junior Member
Join Date: Oct 2007
Location: Louth
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Simple SQL Select Query Question

Then like you say
"SELECT * FROM tags WHERE tagname = 'baseball'"
or Questions you can try with something like
"SELECT * FROM tags WHERE tagname LIKE 'baseball'"
also can do with regular extensions but i think is not necessary.
It is quite simple query why give wrong answers. I advise you to list your rows again and carefully view it.
Good luck
Reply With Quote