Skip to content

Commit

Permalink
Table name is 'messages' not 'Messages'
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneviggers authored Mar 9, 2025
1 parent 6b5fc5b commit 654629d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/c-sharp/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ info: Hello, World!
SpacetimeDB supports a subset of the SQL syntax so that you can easily query the data of your database. We can run a query using the `sql` command.

```bash
spacetime sql quickstart-chat "SELECT * FROM Message"
spacetime sql quickstart-chat "SELECT * FROM message"
```

```bash
Expand Down

0 comments on commit 654629d

Please sign in to comment.