Query to return all component group using JCR-SQL2
I would like to write a query using JCR-SQL2 to return all component groups.

I tried the following but it is not returning anything:
SELECT * FROM [componentGroup]
Does anyone have any suggestions? Thanks!