7 rows where SiteOrder = 13 and qSpecies_id = 63 sorted by XCoord

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)
7987 20066 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 100 STAIRWAY54 13 Sidewalk: Curb side : Cutout Tree DPW 1     6 15ST                      
2394 184349 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 1251 Sunset Blvd 13 Sidewalk: Property side : Yard Tree Private 2     28 Width 0ft   5984659.3559 2106454.1603 37.7630340956965 -122.496246960605 (37.7630340956965, -122.496246960605) 1 8 3 56 35
22926 251501 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 800X Bosworth St 13 Side Yard : Yard Tree DPW 1           6001905 2095492 37.7339297189054 -122.435815869962 (37.7339297189054, -122.435815869962) 9 7 5 63 7
69354 111518 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 800x BOSWORTH ST 13 Front Yard : Yard Tree DPW 1     27     6001905 2095492 37.7339297189054 -122.435815869962 (37.7339297189054, -122.435815869962) 9 7 5 63 7
119760 247143 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 500 27th St 13 Front Yard : Yard Tree Private 2     26     6003160.52798 2100099.92491 37.7466532583536 -122.431804027655 (37.7466532583536, -122.431804027655) 2 7 5 63 22
57881 201744 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 727 Jamestown Ave 13 Sidewalk: Property side : Yard Tree Private 2     14 Width 8ft   6015567.574 2087419.0912 37.7125297315236 -122.388016607392 (37.7125297315236, -122.388016607392) 10 3 8 58 1
171241 201765 DPW Maintained 1 Pinus pinea :: Italian Stone Pine 63 724 Jamestown Ave 13 Sidewalk: Property side : Yard Tree Private 2     15 Width 8ft   6015652.50021 2087465.84041 37.7126628006338 -122.387726333216 (37.7126628006338, -122.387726333216) 10 3 8 58 1

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