Forum Discussion
VarunGrazitti
9 years agoBoss
Shivshankar - Here you go:
SELECT subject, id, conversation FROM messages WHERE conversation.style= 'forum' AND depth=0 AND conversation.solved='true'
Hope this helps.
Shivshankar - Here you go:
SELECT subject, id, conversation FROM messages WHERE conversation.style= 'forum' AND depth=0 AND conversation.solved='true'
Hope this helps.