For example, first I trying to list all comments and I don't understand, why
getting all tags working well:
select distinct obj.tags from Document doc, doc.object(XWiki.TagClass) as
obj

but if I trying to get comments like this:
select distinct obj.comment from Document doc,
doc.object(XWiki.XWikiComments) as obj
I received an error.

I cannot understand difference ...

--
Thanks beforehand
Eugen Colesnicov


--
View this message in context: 
http://xwiki.475771.n2.nabble.com/get-last-comment-of-some-document-tp7057606p7057641.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to