Dear all,
"(select Distinct from F.forumID,F.Author,F.forumTitle,F.forumDesc,F.Category,F.Points,F.Images,F.Dateofpost,Convert(VARCHAR(10),F.Dateofpost,101) as Jdate) from tblForum) F inner join select * from tblForumResponse s on F.forumID=s.forumID where F.Status='Approved' order by s.Dateofpost desc
now am this query
Display in this error
Incorrect syntax near the keyword 'from'.
Incorrect syntax near the keyword 'on'.
Advance Thanks to all
chandru