6 rows where PlotSize = "3x3" and qSpecies_id = 98

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)
4869 102616 Undocumented 4 Ulmus spp :: Elm Spp 98 2000X Stockton St 1 Sidewalk: Curb side : Cutout Tree Private 2     24 3x3   6009928.4 2120915.8 37.8041901109125 -122.409870477339 (37.8041901109125, -122.409870477339) 3 1 10 308 23
12264 1493 DPW Maintained 1 Ulmus spp :: Elm Spp 98 312 Arguello Blvd 1 Sidewalk: Curb side : Cutout Tree DPW 1     30 3x3   5995573.92539 2114332.46977 37.7852991621023 -122.459067922044 (37.7852991621023, -122.459067922044) 11 6 1 54 31
19603 119905 Undocumented 4 Ulmus spp :: Elm Spp 98 517 Laidley St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6003302 2096146 37.7358047110715 -122.431032679091 (37.7358047110715, -122.431032679091) 2 7 5 63 7
63862 102614 Undocumented 4 Ulmus spp :: Elm Spp 98 394 Chestnut St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6009930 2120930 37.8042291902539 -122.40986594338 (37.8042291902539, -122.40986594338) 3 1 10 308 23
139376 87088 Permitted Site 7 Ulmus spp :: Elm Spp 98 354 Fair Oaks St 1 Sidewalk: Curb side : Cutout Tree Private 2   12/20/2007 12:00:00 AM   3x3 Permit Number 50036 6005462 2101644 37.7510231280856 -122.42395554828 (37.7510231280856, -122.42395554828) 2 4 5 28859 19
189477 102617 Undocumented 4 Ulmus spp :: Elm Spp 98 2000X Stockton St 2 Sidewalk: Curb side : Cutout Tree Private 2     24 3x3   6009928.4 2120915.8 37.8041901109125 -122.409870477339 (37.8041901109125, -122.409870477339) 3 1 10 308 23

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