6 rows where SiteOrder = 3, qLegalStatus_id = 7 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

These facets timed out: SiteOrder, qLegalStatus_id

rowid TreeID qLegalStatus_id qSpecies_id qAddress SiteOrder qSiteInfo PlantType qCaretaker_id qCareAssistant PlantDate DBH PlotSize ▼ PermitNotes XCoord YCoord Latitude Longitude Location Fire Prevention Districts Police Districts Supervisor Districts Zip Codes Neighborhoods (old)
145681 97551 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 199x FLOOD AVE 3 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 42524 5999753 2094070 37.7299027608053 -122.443153872698 (37.7299027608053, -122.443153872698) 9 7 4 63 40
52586 109284 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 1530 Sloat Blvd 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 02/05/2015 12:00:00 AM 3 3x3 Permit Number 773632 5986383.9 2095952.1 37.7342991443311 -122.489510139546 (37.7342991443311, -122.489510139546) 1 8 3 64 35
67823 103022 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 40X Coleridge St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/15/2013 12:00:00 AM 3 3x3 Permit Number 770067 6006901 2099544.2 37.7453386886112 -122.418830426928 (37.7453386886112, -122.418830426928) 2 7 7 28859 2
93586 102654 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 203X Farallones St 3 Sidewalk: Curb side : Cutout Tree Private 2     10 3x3   5995004 2088355 37.7139388056528 -122.459157943572 (37.7139388056528, -122.459157943572) 9 8 6 28861 24
108513 254649 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 929 Cayuga Ave 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/08/2018 12:00:00 AM 3 3x3 Permit Number 781532 6000895.17385 2091578.90462 37.7231278434042 -122.439026791536 (37.7231278434042, -122.439026791536) 9 7 6 28861 25
186665 87813 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 2000 10th Ave 3 Sidewalk: Curb side : Cutout Tree Private 2   06/03/2008 12:00:00 AM   3x3 Permit Number 777426 5993220.6 2101817.5 37.750800806475 -122.466299791721 (37.750800806475, -122.466299791721) 1 8 4 29491 40

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "trees" (
   [rowid] INTEGER PRIMARY KEY,
   [TreeID] TEXT,
   [qLegalStatus_id] INTEGER REFERENCES [qLegalStatus]([id]),
   [qSpecies_id] INTEGER,
   [qAddress] TEXT,
   [SiteOrder] TEXT,
   [qSiteInfo] TEXT,
   [PlantType] TEXT,
   [qCaretaker_id] INTEGER REFERENCES [qCaretaker]([id]),
   [qCareAssistant] TEXT,
   [PlantDate] TEXT,
   [DBH] TEXT,
   [PlotSize] TEXT,
   [PermitNotes] TEXT,
   [XCoord] TEXT,
   [YCoord] TEXT,
   [Latitude] TEXT,
   [Longitude] TEXT,
   [Location] TEXT,
   [Fire Prevention Districts] TEXT,
   [Police Districts] TEXT,
   [Supervisor Districts] TEXT,
   [Zip Codes] TEXT,
   [Neighborhoods (old)] TEXT,
   FOREIGN KEY(qSpecies_id) REFERENCES qSpecies(id)
);