5 rows where SiteOrder = 3, Supervisor Districts = 1 and qSpecies_id = 65

View and edit SQL

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)
92331 125545 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 3211 Sacramento St 3 Sidewalk: Curb side : Cutout Tree Private 2     17 Width 5ft   5999423.84524 2115333.31799 37.7882677951647 -122.445820424872 (37.7882677951647, -122.445820424872) 13 6 1 29490 31
92398 91464 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1001 Greenwich St 3 Sidewalk: Curb side : Cutout Tree Private 2   04/15/2009 12:00:00 AM 9 3x3 Permit Number 52106 6008023.92041 2119932.41057 37.8013830546338 -122.416391395149 (37.8013830546338, -122.416391395149) 5 1 1 308 32
150779 125547 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1445 Greenwich St 3 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 4ft   6005968.56582 2119641.09275 37.8004673748183 -122.423483123267 (37.8004673748183, -122.423483123267) 13 9 1 28858 32
175001 124270 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2 03rd Ave 3 Front Yard : Yard Tree Private 2     14     5994893.51688 2115041.88961 37.78720789934 -122.461473360648 (37.78720789934, -122.461473360648) 11 6 1 54 11
193468 114082 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 20 Cook St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF   16     5997500.7704 2113521.7588 37.7831837426404 -122.452343137457 (37.7831837426404, -122.452343137457) 15 6 1 54 31

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