View Single Post
  #5 (permalink)  
Old Mar 20th, 2008, 14:32
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

You have only two columns, try to add one more with unique value like a key.
If this is redundant and you want all rows just
SELECT * FROM tags;
Reply With Quote