5 rows where SiteOrder = "" and qSpecies_id = 21

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)
21071 258216 Permitted Site 7 Banksia integrifolia :: Coast Banksia 21 1525 44th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/18/2019 12:00:00 AM 3 3x3 Permit Number 783183 5982470.91812 2104727.52358 37.758164806501 -122.503688017142 (37.758164806501, -122.503688017142) 1 8 3 56 35
71635 258412 Permitted Site 7 Banksia integrifolia :: Coast Banksia 21 2130 45th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 05/14/2019 12:00:00 AM 3 3x3 Permit Number 783269 5982340.94516 2100600.50287 37.7468255237134 -122.503831858542 (37.7468255237134, -122.503831858542) 1 8 3 29491 35
78295 258230 Permitted Site 7 Banksia integrifolia :: Coast Banksia 21 2211 44th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/23/2019 12:00:00 AM 3 3x3 Permit Number 783203 5982629.52707 2100060.76504 37.7453605175795 -122.502794039293 (37.7453605175795, -122.502794039293) 1 8 3 29491 35
100654 254589 Permitted Site 7 Banksia integrifolia :: Coast Banksia 21 2118 47th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 03/06/2018 12:00:00 AM 3 3x3 Permit Number 781515 5981717.54613 2100657.45178 37.7469452139057 -122.505991697295 (37.7469452139057, -122.505991697295) 1 8 3 29491 35
149417 258454 Permitted Site 7 Banksia integrifolia :: Coast Banksia 21 2039 47th Ave   Sidewalk: Curb side : Cutout Tree Private 2 FUF 05/15/2019 12:00:00 AM 3 3x3 Permit Number 783279 5981658.71984 2101205.85691 37.7484475179789 -122.506235768133 (37.7484475179789, -122.506235768133) 1 8 3 29491 35

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