5 rows where SiteOrder = 5 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)
128544 211535 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 105 Flood Ave 5 Sidewalk: Property side : Yard Tree Private 2     18 Width 8ft   6000046.63209 2094042.60306 37.7298442736792 -122.442136789191 (37.7298442736792, -122.442136789191) 9 7 4 63 40
131955 109109 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 461X Cherry St 5 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
154767 138700 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1600 BAKER ST 5 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 0ft   6000120.6821 2114491.0953 37.7859950337058 -122.443348974144 (37.7859950337058, -122.443348974144) 15 6 1 29490 27
159931 11880 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 300X Junipero Serra Blvd 5 Median : Cutout Tree DPW 1     3 20   5991398.90192 2094575.39077 37.7308105475711 -122.472071516681 (37.7308105475711, -122.472071516681) 9 8 4 64 40
165166 132454 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1111 Chestnut St 5 Front Yard : Yard Tree Private 2     4     6006428.73638 2120397.55725 37.8025703962611 -122.421944511838 (37.8025703962611, -122.421944511838) 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)
);