You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Yavuz Kavus <ya...@gmail.com> on 2012/04/24 16:13:24 UTC

indentifier in query

hi.
How can i use node identifier in sql.  Is it possible?

Ex: select * from test where identifier <> '......'

Re: indentifier in query

Posted by Yavuz Kavus <ya...@gmail.com>.
On 24.04.2012 17:13, Yavuz Kavus wrote:
> hi.
> How can i use node identifier in sql.  Is it possible?
>
> Ex: select * from test where identifier <> '......'

I found answer.

A node should be defined as mix:referenceable to access
[jcr:uuid] property in queries.

Thanks.