Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个简单的基于 SQL 的 jcr 查询,如下所示:
select * from jcr:PageContent where cq:tags like '%tag1%' and cq:template like '%tremplate%'
这工作正常,但现在我需要添加偏移量和限制来实现分页。我找到了查询生成器的示例,但没有找到基本 SQL 搜索的示例。
有人可以帮忙吗?