mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed spelling errors spotted by codespell, refs #1417
This commit is contained in:
parent
3d916ea432
commit
e459787a14
9 changed files with 15 additions and 15 deletions
|
|
@ -403,7 +403,7 @@ Datasette can execute joins across multiple databases if it is started with the
|
|||
|
||||
If it is started in this way, the ``/_memory`` page can be used to execute queries that join across multiple databases.
|
||||
|
||||
References to tables in attached databases should be preceeded by the database name and a period.
|
||||
References to tables in attached databases should be preceded by the database name and a period.
|
||||
|
||||
For example, this query will show a list of tables across both of the above databases:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue