4 rows where qCareAssistant = "FUF" and qSpecies_id = 162 sorted by qCaretaker_id

View and edit SQL

qCareAssistant

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)
3270 30609 DPW Maintained 1 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 365 12th St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 01/30/1995 12:00:00 AM 16   Permit Number 34572 6008561.72189 2108643.78999 37.7704174594375 -122.413731425365 (37.7704174594375, -122.413731425365) 8 2 9 28853 19
75096 33094 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1042 Kearny St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 11/05/1996 12:00:00 AM     Permit Number 37337 6011188.34764682 2118511.3203705 37.7976585269153 -122.40534087715 (37.7976585269153, -122.40534087715) 3 1 10 308 23
107660 41072 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 265 10th St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/16/2013 12:00:00 AM 14 3x3 Permit Number 771003 6008704.93496393 2109691.02471397 37.7733009619019 -122.41331011811 (37.7733009619019, -122.41331011811) 8 2 9 28853 34
126960 49631 Permitted Site 7 Fraxinus oxycarpa 'Raywood' :: Raywood Ash 162 1599 Howard St 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 05/13/2003 12:00:00 AM     Permit Number 46484 6007682.84950795 2109131.91033963 37.7717083293 -122.416806042414 (37.7717083293, -122.416806042414) 8 2 9 28853 19

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