7 rows where SiteOrder = 3, Zip Codes = 63 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)
4034 158226 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 217 Whitney St 3 Sidewalk: Curb side : Cutout Tree Private 2     0 3x3   6004403.18115 2097173.01672 37.7386870025035 -122.427298598675 (37.7386870025035, -122.427298598675) 2 7 5 63 7
35544 221939 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 21 Harry St 3 Sidewalk: Property side : Yard Tree Private 2     16 Width 8ft   6003408.10773 2097774.81236 37.740283068906 -122.430782023672 (37.740283068906, -122.430782023672) 2 7 5 63 7
40387 203586 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 77 Staples Ave 3 Sidewalk: Curb side : Cutout Tree Private 2     28 Width 3ft   5999493.48314 2093757.18666 37.7290290472426 -122.444028582376 (37.7290290472426, -122.444028582376) 9 7 4 63 40
85330 221801 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 378 Valley St 3 Sidewalk: Curb side : Cutout Tree Private 2     10 Width 3ft   6003412.45231 2099242.88691 37.7443143087709 -122.430871746349 (37.7443143087709, -122.430871746349) 2 7 5 63 22
117767 158241 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 225 Bemis St 3 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/22/2018 12:00:00 AM 3 3x3 Permit Number 778932 6003145.71012 2096365.89505 37.7363996353363 -122.431588728148 (37.7363996353363, -122.431588728148) 2 7 5 63 7
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
188028 221867 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 2825 Diamond St 3 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 3ft   6002454.8642 2095527.53959 37.7340585219649 -122.43391736341 (37.7340585219649, -122.43391736341) 2 7 5 63 7

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