March 19, 2013 at 6:57 pm
First one who writes after this post will be raped by a mad goat! :w00t:
😀
March 19, 2013 at 10:01 pm
You may use below query to achieve the same result (if the query is running on SQL Server 2000 or order version)
---------------------------------
SELECT * FROM
(SELECT TOP 2 *
FROM DBO.NFFeeds
ORDER BY ID DESC) x
ORDER BY ID ASC
---------------------------------
March 20, 2013 at 1:38 am
Moderator, please close this thread as nonconstructive.
I tried with mad goat method, but it turns out it did not work 🙂
March 20, 2013 at 3:50 am
Vedran Kesegic (3/20/2013)
Moderator, please close this thread as nonconstructive.I tried with mad goat method, but it turns out it did not work 🙂
More than that! It not only didn't work, it also managed to offend innocent fellow :crying:
March 20, 2013 at 4:13 am
More than that! It not only didn't work, it also managed to offend innocent fellow :crying:
Did you noticed a smiley next to the message? But I don't know who would take a mad goat as something serious, even without a smiley 😛
Non-constructive thread with too many messages, not very useful IMHO.
Viewing 5 posts - 46 through 49 (of 49 total)
You must be logged in to reply to this topic. Login to reply