We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c64c48 commit 8178423Copy full SHA for 8178423
1 file changed
docs/build-apps/write-javascript/javascript-query.md
@@ -14,7 +14,7 @@ The following example is for you to quickly understand what JS query is and how
14
SQL query `query1` reads `id`, `first_name`, `last_name` and `tid` fields from table `players` in a PostgreSQL database.
15
16
```sql
17
-select id, first_name, last_name, tid from users
+select id, first_name, last_name, tid from players
18
```
19
20
SQL query `query2` reads `tid`, `city` and `name` fields from table `teams` in a PostgreSQL database.
0 commit comments