Hi, On Sun, Oct 2, 2011 at 7:12 PM, Paulo Carapinha <[email protected]> wrote: > I´m trying to make a simple example with UNION and JCR-SQL2 but > apparently is not supported, how could i reach an workaround?
Yes, unfortunately union queries are not supported. Any work on that area would be much appreciated. Meanwhile the best workaround is probably to do two separate queries and to explicitly perform the union in the application code by combining the two result sets. BR, Jukka Zitting
