home / fixtures
select pk, created, planet_int, on_earth, state, city_id, neighborhood, tags, complex_array, distinct_some_null from facetable where rowid in ( select facetable.rowid from facetable, json_each(facetable.tags) j where j.value = :p0 ) and rowid in ( select facetable.rowid from facetable, json_each(facetable.tags) j where j.value = :p1 ) order by neighborhood limit 101
p0
p1
Format SQL
This data as json, CSV