docs: remove empty 'where' clause (#327)

This hanging where statement seems like a typo or the ghost of a proper where long gone
This commit is contained in:
Teo Camarasu 2024-05-29 15:56:49 +01:00 committed by GitHub
parent 6ec03667c4
commit 21b1733486
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,7 +357,6 @@ focus on the /type/ of that query::
author <- each authorSchema
project <- projectsForAuthor author
return (author, project)
where
>>> :t select conn authorsAndProjects
select conn authorsAndProjects