This should get you the comments from the database.
select * from [CONTENT] C inner join [BODYCONTENT] B on C.CONTENTID = B.CONTENTID where C.CONTENTTYPE='COMMENT' and PREVVER is null and CONTENT_STATUS = 'current'
Glad to help! Please make sure to mark the question as answered. Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.