diff --git a/cds/cqn.md b/cds/cqn.md index 2abdab96d..f392c84b7 100644 --- a/cds/cqn.md +++ b/cds/cqn.md @@ -116,6 +116,10 @@ type source = ref &as | SELECT | { {#as} +{#expand} + +{#name} + Property `columns` specifies the columns to be selected, projected, or aggregated, and is specified as an array of `column`s: ```tsx @@ -159,6 +163,9 @@ class SELECT { SELECT: { ### `.orderBy` +{#order} + +{#ordering-terms} ```tsx class SELECT { SELECT: { //... @@ -247,6 +254,8 @@ let q = {INSERT:{ into: { ref: ['Authors'] }, entries: [ ### `.values` +{#scalar} + Allows input data to be specified as an single array of values, as in SQL. ```js @@ -352,6 +361,10 @@ class DELETE { DELETE: { {#param} +{#xo} + +{#infix} + Following are the axiomatic building blocks used in CQN expressions: ```tsx