Viewing 5 posts - 1 through 5 (of 5 total)
Thanks for the reply Luis, I'm getting closer. Currently I have:
SELECT Distinct(Projects)
FROM Projects
LEFT JOIN ProjTime
ON Projects.Group=ProjTime.Group;
This shows all the Projects. How would I change the On Clause to grab all...
May 29, 2014 at 12:23 pm
Thanks dmc that worked perfect. Would you know how I could limit the rank just to the first 10? Like just use the Rank on the first ten that I...
November 6, 2008 at 12:59 pm
I'm running this query from Sharepoint, so I'm unable to mess with the tables. How would I do this with concatenation? Basically I'm doing a select statement and grabbing two...
August 14, 2008 at 2:13 pm
Viewing 5 posts - 1 through 5 (of 5 total)