2 rows where SiteOrder = 20 and qSpecies_id = 93

View and edit SQL

SiteOrder

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)
91134 40594 Permitted Site 7 Schinus terebinthifolius :: Brazilian Pepper 93 1745 Alameda St 20 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/17/1999 12:00:00 AM     Permit Number 41614 6011825.33105533 2107918.51147284 37.7686087407967 -122.402391521525 (37.7686087407967, -122.402391521525) 8 2 8 28853 20
129236 240592 DPW Maintained 1 Schinus terebinthifolius :: Brazilian Pepper 93 173 Addison St 20 Sidewalk: Curb side : Cutout Tree Private 2     18 Width 3ft   6002743.40651 2097027.59166 37.7381936910731 -122.433026920383 (37.7381936910731, -122.433026920383) 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)
);