Skip to content

Commit 8178423

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GitBook: [lowcoder-org#104] edit doc "JS query"
1 parent 4c64c48 commit 8178423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build-apps/write-javascript/javascript-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following example is for you to quickly understand what JS query is and how
1414
SQL query `query1` reads `id`, `first_name`, `last_name` and `tid` fields from table `players` in a PostgreSQL database.
1515

1616
```sql
17-
select id, first_name, last_name, tid from users
17+
select id, first_name, last_name, tid from players
1818
```
1919

2020
SQL query `query2` reads `tid`, `city` and `name` fields from table `teams` in a PostgreSQL database.

0 commit comments

Comments
 (0)