Thread
:
Simple SQL Select Query Question
View Single Post
#
5
(
permalink
)
Mar 20th, 2008, 14:32
pagerss
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;
pagerss
View Public Profile
Visit pagerss's homepage!
Find all posts by pagerss