3 rows where SiteOrder = 6 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)
48036 132466 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 84 MacOndray Ln 6 Sidewalk: Property side : Yard Tree Private 2     4     6008265.75906 2119134.86872 37.7992068005047 -122.415498026636 (37.7992068005047, -122.415498026636) 5 1 10 308 32
57334 132455 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1111 Chestnut St 6 Front Yard : Yard Tree Private 2     3     6006432.53794 2120398.16502 37.8025722794383 -122.421931399716 (37.8025722794383, -122.421931399716) 5 9 1 28858 32
164951 109110 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 461X Cherry St 6 Sidewalk: Curb side : Cutout Tree Private 2   01/28/2015 12:00:00 AM 3   Permit Number 774020 5996243.86079 2114742.72809 37.7864641110096 -122.456779845468 (37.7864641110096, -122.456779845468) 11 6 1 54 31

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