Sponsor
-
Recent Posts
Categories
Meta
Tag Archives: distinct
Getting distinct values
I am trying to figure out how I can pull the latest values of a distinct type from a table. For example, if I had a table of posts, with the columns postID (int), threadID (int), title (varchar, 50), and … Continue reading