4 rows where qSpecies_id = 394

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)
21762 100124 Significant Tree 6 Radermachera sinica :: China Doll Tree 394 40@ San Ramon Eastwood Dr 1 Front Yard : Yard Tree Private 2           5995635 2092781 37.7261278087338 -122.457296979484 (37.7261278087338, -122.457296979484) 9 7 4 28861 40
88095 214011 DPW Maintained 1 Radermachera sinica :: China Doll Tree 394 443 Joost Ave 4 Sidewalk: Property side : Yard Tree Private 2     3 Width 10ft   5999155.60549 2094939.9225 37.7322572824344 -122.445281650025 (37.7322572824344, -122.445281650025) 9 7 4 59 40
92408 35508 Permitted Site 7 Radermachera sinica :: China Doll Tree 394 3460 22nd St 2 Sidewalk: Curb side : Cutout Tree Private 2   03/23/1998 12:00:00 AM     Permit Number 38910 6005335.59882734 2103155.12631958 37.7551651932954 -122.42450013257 (37.7551651932954, -122.42450013257) 2 4 5 28859 19
165056 240371 DPW Maintained 1 Radermachera sinica :: China Doll Tree 394 3460 22nd St 2 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 4ft   6005268.77083 2103146.10237 37.7551366414702 -122.424730601643 (37.7551366414702, -122.424730601643) 2 4 5 28859 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)
);