Slightly more interesting example link

This commit is contained in:
Simon Willison 2019-04-13 15:49:07 -07:00 committed by GitHub
commit 9dc7a1824b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@ The Datasette table view takes a number of special querystring arguments:
Some examples:
* `facetable?_where=state="MI"&_where=city_id=3 <https://latest.datasette.io/fixtures/facetable?_where=state=%22MI%22&_where=city_id=3>`__
* `facetable?_where=neighborhood like "%c%"&_where=city_id=3 <https://latest.datasette.io/fixtures/facetable?_where=neighborhood%20like%20%22%c%%22&_where=city_id=3>`__
* `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") <https://latest.datasette.io/fixtures/facetable?_where=city_id%20in%20(select%20id%20from%20facet_cities%20where%20name%20!=%20%22Detroit%22)>`__
``?_group_count=COLUMN``