Skip to content

Commit

Permalink
Create statement review (#762)
Browse files Browse the repository at this point in the history
Co-authored-by: Obinna Ekwuno <[email protected]>
  • Loading branch information
Dhghomon and Ekwuno authored Aug 22, 2024
1 parent f21a232 commit 3cd6469
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ You can learn more about those values from the [security parameters](../security
```surql
CREATE user SET
name = "Some User",
on_database = (SELECT VALUE db FROM ONLY $session);
on_database = $session.db;
```

```bash title="Response"
Expand Down
Loading

0 comments on commit 3cd6469

Please sign in to comment.