Expand my Community achievements bar.

SOLVED

List of all functions supported by CQ5 in SQL2 queries

Avatar

Level 7

Hi,

Where can I get the list of all functions that CQ5 supports in SQL2 queries? In particular, is UPPER (to convert a string to upper case) supporter?

If not, how can a case insensitive equality condition be written?

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10
2 Replies

Avatar

Level 7

Looks like UPPER/LOWER are actually supported, but only on the left hand sand of a where condition equality.

Avatar

Correct answer by
Level 10

Here is a good link for JCR SQL2:

http://www.day.com/specs/jcr/2.0/6_Query.html