3 rows where SiteOrder = 7 and qSpecies_id = 118

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)
52574 109111 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 461X Cherry St 7 Sidewalk: Curb side : Cutout Tree Private 2         Permit Number 774020 5996243.86079 2114742.72809 37.7864641110096 -122.456779845468 (37.7864641110096, -122.456779845468) 11 6 1 54 31
114793 234028 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 415 Beacon St 7 Sidewalk: Property side : Yard Tree Private 2     9 Width 2ft   6002321.00051 2098298.56669 37.7416595244747 -122.434578241906 (37.7416595244747, -122.434578241906) 2 7 5 63 7
121149 132456 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1111 Chestnut St 7 Front Yard : Yard Tree Private 2     2     6006440.13754 2120399.20967 37.8025755763694 -122.421905175504 (37.8025755763694, -122.421905175504) 5 9 1 28858 32

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