Viewing 6 posts - 1 through 6 (of 6 total)
Thanks Gail, it all makes sense but I couldn't seem to create the right query myself.
Cheers!
December 17, 2008 at 7:39 am
Anyone? I'm really stuck on this so any help or pointers would be greatly appreciated!
December 15, 2008 at 4:11 am
I've now found that the highest Versions.Ref does not necessarily equal the most recent row. As such I'm going to need to change the sub query such that it uses...
December 10, 2008 at 7:12 am
Thanks Garadin, works a treat 🙂
October 20, 2008 at 2:10 am
Thats a pretty cool query. I like it. Unfortunately, I've just discovered the box I need to run this query on is a SQL Server 2000 machine. WITH and ROW_NUMBER()...
October 17, 2008 at 7:25 am
Thanks Chris, that looks good. I didn't know you could join on a query like that 😛
Do you think your method above is more efficient than say,
SELECT p.Publisher,
...
June 20, 2008 at 4:37 am
Viewing 6 posts - 1 through 6 (of 6 total)