Skip to content

Commit

Permalink
Add missing anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Dec 16, 2024
1 parent fd2cf36 commit d17283c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cds/cqn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -159,6 +163,9 @@ class SELECT { SELECT: {


### `.orderBy`
{#order}

{#ordering-terms}

```tsx
class SELECT { SELECT: { //...
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -352,6 +361,10 @@ class DELETE { DELETE: {

{#param}

{#xo}

{#infix}

Following are the axiomatic building blocks used in CQN expressions:

```tsx
Expand Down

0 comments on commit d17283c

Please sign in to comment.