diff --git a/prqlc/prqlc/tests/integration/dbs/README.md b/prqlc/prqlc/tests/integration/dbs/README.md index 34b6b4f91019..a8e31dcc671d 100644 --- a/prqlc/prqlc/tests/integration/dbs/README.md +++ b/prqlc/prqlc/tests/integration/dbs/README.md @@ -65,7 +65,7 @@ to 112kB, but that would require a preprocessing step before running ## Queries For databases like ClickHouse, where the order of results is ambiguous, please -use `sort` for test queries to to guarantee the order of rows across DBs. +use `sort` for test queries to guarantee the order of rows across DBs. For example, instead of the following query: diff --git a/web/book/src/reference/syntax/keywords.md b/web/book/src/reference/syntax/keywords.md index bfd788afe382..bdb4506f3953 100644 --- a/web/book/src/reference/syntax/keywords.md +++ b/web/book/src/reference/syntax/keywords.md @@ -81,7 +81,7 @@ Identifiers of database tables can be prefixed with schema and databases names. from my_database.chinook.albums ``` -Note that all of following identifiers will be treated as separate table +Note that all of the following identifiers will be treated as separate table definitions: `tracks`, `public.tracks`, `my_database.public.tracks`. ## Keywords diff --git a/web/playground/index.html b/web/playground/index.html index 9e5aed8deb8f..9969e89dce61 100644 --- a/web/playground/index.html +++ b/web/playground/index.html @@ -19,14 +19,14 @@