4 rows where SiteOrder = 10 and qSpecies_id = 118 sorted by PlotSize

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)
21964 132458 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 1111 Chestnut St 10 Front Yard : Yard Tree Private 2     6     6006447.34782 2120399.73433 37.8025774235789 -122.421880261576 (37.8025774235789, -122.421880261576) 5 9 1 28858 32
66202 246877 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 3090x Market St 10 Median : Yard Tree DPW 1     8     5999897.28397 2105334.96271 37.760841873084 -122.443463930427 (37.760841873084, -122.443463930427) 15 5 5 28862 3
74392 211525 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 300 Junipero Serra Blvd 10 : Tree Private 2     10 Width 0ft   5991396.50673 2094544.26867 37.7307249554874 -122.472077529559 (37.7307249554874, -122.472077529559) 9 8 4 64 40
168708 194605 DPW Maintained 1 Pittosporum tobira :: Japanese Mockorange 118 601 Carolina St 10 Sidewalk: Property side : Yard Tree Private 2     13 Width 9ft   6012419.56999 2105123.32543 37.7609669381886 -122.400139751844 (37.7609669381886, -122.400139751844) 10 3 8 28856 29

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