View Single Post
  #2 (permalink)  
Old Mar 19th, 2008, 23:10
Monie Monie is offline
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Simple SQL Select Query Question

I don't see what's the problem here??
Code: Select all
"SELECT id FROM tags WHERE tagname = 'baseball'"
Did you try:
Code: Select all
"SELECT * FROM tags WHERE tagname = 'baseball'"
What is your purpose of just querying the ID?
Reply With Quote