SELECT TOP 750 tblThread.Thread_ID, tblTopic.Topic_ID, tblTopic.Forum_ID, 1 As Unread FROM tblTopic WITH (NOLOCK) , tblThread WITH (NOLOCK) WHERE tblTopic.Topic_ID = tblThread.Topic_ID AND tblThread.Message_date > '20250404 12:06:22' AND tblTopic.Hide = 0 AND tblThread.Hide = 0 ORDER BY tblTopic.Last_Thread_ID DESC;
SELECT * FROM (SELECT TOP 504 tblTopic.Topic_ID, tblTopic.Poll_ID, tblTopic.Moved_ID, tblTopic.Subject, tblTopic.Icon, tblTopic.Start_Thread_ID, tblTopic.Last_Thread_ID, tblTopic.No_of_replies, tblTopic.No_of_views, tblTopic.Locked, tblTopic.Priority, tblTopic.Hide, tblThread.Message_date, tblThread.Message, tblThread.Author_ID, tblAuthor.Username, LastThread.Message_date AS LastMessageDate, LastThread.Author_ID AS LastTreadDate, LastAuthor.Username AS LastUsername, tblTopic.Event_date, tblTopic.Event_date_end, tblTopic.Rating, tblTopic.Rating_Votes , ROW_NUMBER() OVER (ORDER BY tblTopic.Priority DESC, tblTopic.Last_Thread_ID DESC) AS RowNum FROM tblTopic WITH (NOLOCK) , tblThread WITH (NOLOCK) , tblThread AS LastThread WITH (NOLOCK) , tblAuthor WITH (NOLOCK) , tblAuthor AS LastAuthor WITH (NOLOCK) WHERE ( tblThread.Author_ID = tblAuthor.Author_ID AND LastThread.Author_ID = LastAuthor.Author_ID AND tblTopic.Start_Thread_ID = tblThread.Thread_ID AND tblTopic.Last_Thread_ID = LastThread.Thread_ID AND (tblTopic.Priority = 3 OR tblTopic.Moved_ID = 8 OR tblTopic.Forum_ID = 8) ) AND (tblTopic.Hide = 0 ) ) AS PagingQuery WHERE RowNum BETWEEN 481 AND 504 ;
![]() |
WE ARE EXPIENCING PROBLEMS WITH THE FORUM AND ARE WORKING TO GET THEM RESOLVED. THE SEARCHABLE DATABASE CAN STILL BE ACCESSED FROM THE HOME PAGE. THANK YOU FOR YOUR PATIENCE. |
Chat Board |
New Topic ![]() |
Show Topics | <1 |
Replies | Views | Last Post ![]() |
||
There are no messages posted in this forum in the 'Any Date' |
New Topic ![]() |
<1 |
Forum Jump |
Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |