Query expressions
Query expressions filter, sort, group, and project in-memory LaiRu values.
Target
Query expressions are not SQL. They work over LaiRu sequences and collection-like values.
Examples
Working pattern
1with n in array(1, 2, 3, 4)2 where #n > 23select #n * #nUse this as a focused starting point and adapt it in context.