4 rows where PlotSize = "4x6" and qSpecies_id = 6

View and edit SQL

PlotSize

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)
1882 170658 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 399X San Juan Ave 2 Sidewalk: Curb side : Cutout Tree Private 2   02/19/2019 12:00:00 AM 3 4x6   6000800.50336 2092551.29112 37.7257924078835 -122.439423717141 (37.7257924078835, -122.439423717141) 9 7 6 28861 25
10383 264872 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 2426 34th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 10/24/2020 06:03:00 PM 3 4x6   5985846 2098694 37.7417962544182 -122.491571569344 (37.7417962544182, -122.491571569344) 1 8 3 29491 35
13074 264871 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 2430 36th Ave 1 Sidewalk: Curb side : Cutout Tree DPW 1   10/15/2020 12:00:00 AM 3 4x6   5985228 2098648 37.7416338152793 -122.493704989969 (37.7416338152793, -122.493704989969) 1 8 3 29491 35
194398 162836 DPW Maintained 1 Lagunaria patersonii :: Primrose Tree 6 95 Lee Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 12/17/2020 12:00:00 AM 0 4x6   5996489.45825 2090475.5577 37.7198466480955 -122.454176740991 (37.7198466480955, -122.454176740991) 9 8 6 28861 24

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