Re: The "last one to post on this thread wins" Thread
Pfff.. I dont' think so...
Code:
DECLARE @OrigPostID int
DECLARE @ME int
SET @ME = (SELECT PosterID FROM Posters WHERE Name = 'KrisSimonis')
SET @OrigPostID = (SELECT TOP 1 PostID FROM Posts WHERE TopicName = 'The "last one to post on this thread wins" Thread' ORDER BY PostDate)
UPDATE Posts
SET PosterID = @ME
, Locked = TRUE
WHERE PostID = (SELECT TOP 1 PostID
FROM Posts
WHERE OrigPostID = @OrigPostID
ORDER BY PostDate DESC)
Now who's the last poster Eh?
Re: The "last one to post on this thread wins" Thread
Quote:
Originally Posted by KrisSimonis
Pfff.. I dont' think so...
Code:
DECLARE @OrigPostID int
DECLARE @ME int
SET @ME = (SELECT PosterID FROM Posters WHERE Name = 'KrisSimonis')
SET @OrigPostID = (SELECT TOP 1 PostID FROM Posts WHERE TopicName = 'The "last one to post on this thread wins" Thread' ORDER BY PostDate)
UPDATE Posts
SET PosterID = @ME
, Locked = TRUE
WHERE PostID = (SELECT TOP 1 PostID
FROM Posts
WHERE OrigPostID = @OrigPostID
ORDER BY PostDate DESC)
Now who's the last poster Eh?
sigh...
Re: The "last one to post on this thread wins" Thread
Re: The "last one to post on this thread wins" Thread
Boring Sydney, Boring.....
Re: The "last one to post on this thread wins" Thread
I admit even I'm getting bored of this thread :(
Re: The "last one to post on this thread wins" Thread
You got up at that time to post that? Not late enough
Re: The "last one to post on this thread wins" Thread
Re: The "last one to post on this thread wins" Thread
OMGH !!! :eek: this thread is still running ?
Re: The "last one to post on this thread wins" Thread
Re: The "last one to post on this thread wins" Thread
Oh my...so what's the verdict so far? I am over a 1000 posts late!
Re: The "last one to post on this thread wins" Thread
For those who came in late...I am the 'unofficial' winner of the 3000th post :cool:
Re: The "last one to post on this thread wins" Thread
Interesting thread... I like it :D
Re: The "last one to post on this thread wins" Thread
lemme just slip a post in here..
Re: The "last one to post on this thread wins" Thread
Well I hate the guy who made this thread because I just can't turn away from posting! :)
Re: The "last one to post on this thread wins" Thread
You may be the only one alive when it finally ends, though.