12 rows where SiteOrder = 6 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

Police Districts

PermitNotes

SiteOrder

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)
7372 175205 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 653 Peru Ave 6 Side Yard : Yard Tree Private 2     15     6005071.6263 2092637.86098 37.7262722564417 -122.424664901662 (37.7262722564417, -122.424664901662) 9 7 6 28861 5
8943 73896 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 800 Excelsior Ave 6 Sidewalk: Curb side : Cutout Tree Private 2 FUF   10     6004393.10182 2091444.69797 37.7229577492801 -122.426925586868 (37.7229577492801, -122.426925586868) 9 7 6 28861 5
48865 175202 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 654 Peru Ave 6 Side Yard : Yard Tree Private 2     13     6005192.08696 2092525.09672 37.7259694331304 -122.424240458534 (37.7259694331304, -122.424240458534) 9 7 6 28861 5
72092 175200 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 648 Peru Ave 6 Side Yard : Yard Tree Private 2     6     6005058.70512 2092602.03865 37.7261731664377 -122.424707022338 (37.7261731664377, -122.424707022338) 9 7 6 28861 5
87726 97554 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 250@Flood Detroit St 6 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 42524 5999434 2093931 37.7295029047189 -122.444246704733 (37.7295029047189, -122.444246704733) 9 7 4 63 40
151041 203576 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 404 Baden St 6 Side Yard : Yard Tree Private 2     4     6000769.77181 2095296.00897 37.7333270215234 -122.439726643888 (37.7333270215234, -122.439726643888) 9 7 5 63 40
57700 113210 Undocumented 4 Agonis flexuosa :: Peppermint Willow 65 50x DASHIELL HAMMETT ST 6 Sidewalk: Curb side : Cutout Tree Private 2       2x2   6010410 2116139 37.7911011617465 -122.407866810246 (37.7911011617465, -122.407866810246) 5 1 10 28857 21
105717 185947 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2001 Sunset Blvd 6 Sidewalk: Property side : Yard Tree Private 2     3 Width 0ft   5984831.6161 2101506.0763 37.7494581177315 -122.495286255832 (37.7494581177315, -122.495286255832) 1 8 3 29491 35
23331 125557 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 22 Dashiell Hammett St 6 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 1ft   6010370.0822 2116109.39697 37.7910176441083 -122.40800283658 (37.7910176441083, -122.40800283658) 5 1 10 28857 21
95747 221850 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 19 Saint Marys Ave 6 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 2ft   6004464.56621 2095558.73638 37.7342580248697 -122.426971417216 (37.7342580248697, -122.426971417216) 2 7 5 28861 25
181669 221897 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 7 Marsily St 6 Sidewalk: Curb side : Cutout Tree Private 2     23 Width 3ft   6004313.27155 2095583.983 37.7343187902678 -122.427496289445 (37.7343187902678, -122.427496289445) 2 7 5 28861 25
578 221823 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 199X Ogden Ave 6 Sidewalk: Curb side : Pot Tree Private 2     13 Width 4ft   6007760.27568 2096148.55485 37.7360633428545 -122.415618808282 (37.7360633428545, -122.415618808282) 2 7 7 28859 2

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)
);