Skip to content

Commit

Permalink
Update temporal-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Feb 22, 2024
1 parent 15fa9ff commit 41d045a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/temporal-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ entity Departments : temporal {/*...*/}
When reading employees with all history since 2016, for example:

```cds
GET Employees?$sap-valid-from=date'2016-01-01'
GET Employees?sap-valid-from=date'2016-01-01'
$expand=jobs(
$select=validFrom,role&$expand=dept(
$select=validFrom,name
Expand Down Expand Up @@ -357,4 +357,4 @@ entity SomeSnapshotEntity {
}
```

<div id="afterprimarykeyof" />
<div id="afterprimarykeyof" />

0 comments on commit 41d045a

Please sign in to comment.