Skip to content

Commit 983d368

Browse files
authored
Fix cxl (#2382)
1 parent 63cf4fd commit 983d368

File tree

6 files changed

+1901
-23
lines changed

6 files changed

+1901
-23
lines changed

cds/assets/cxl/expr.drawio.svg

Lines changed: 813 additions & 4 deletions
Loading

cds/assets/cxl/function.drawio.svg

Lines changed: 158 additions & 4 deletions
Loading

cds/assets/cxl/infix-filter.drawio.svg

Lines changed: 135 additions & 4 deletions
Loading

cds/assets/cxl/operators.drawio.svg

Lines changed: 609 additions & 4 deletions
Loading

cds/assets/cxl/ref.drawio.svg

Lines changed: 184 additions & 4 deletions
Loading

cds/cxl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ This syntax diagram describes the possible expressions:
240240
]
241241
```
242242

243-
Compared to the previous example, we now use the expression directly in the query
244-
to calculate the total value of all books in stock.
245-
246243
```sql [SQL]
247244
SELECT
248245
Books.title,
@@ -254,6 +251,8 @@ This syntax diagram describes the possible expressions:
254251
```
255252
:::
256253

254+
Compared to the previous example, we now use the expression directly in the query
255+
to calculate the total value of all books in stock.
257256

258257

259258
## Path Expressions (`ref`)

0 commit comments

Comments
 (0)