4 rows where Neighborhoods (old) = 34, SiteOrder = 2 and qSpecies_id = 5

View and edit SQL

SiteOrder

Neighborhoods (old)

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)
62803 189959 DPW Maintained 1 Ceratonia siliqua :: Carob 5 562 09th St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   6010397.61848 2108539.03358 37.7702327485634 -122.40737363759 (37.7702327485634, -122.40737363759) 8 2 9 28853 34
68954 7418 DPW Maintained 1 Ceratonia siliqua :: Carob 5 1090 Folsom St 2 Sidewalk: Curb side : Cutout Tree DPW 1     12 3X3   6010342.8854 2110986.7114 37.7769504410171 -122.407735574616 (37.7769504410171, -122.407735574616) 14 2 9 28853 34
71893 189957 DPW Maintained 1 Ceratonia siliqua :: Carob 5 572 07th St 2 Sidewalk: Curb side : Cutout Tree Private 2     2 Width 3ft   6011483.58307 2109635.35024 37.7733037049339 -122.403694422077 (37.7733037049339, -122.403694422077) 14 2 9 28853 34
127110 103340 Undocumented 4 Ceratonia siliqua :: Carob 5 590X 09th St 2 Sidewalk: Curb side : Cutout Tree Private 2     9 3x3 Permit Number 772809 6010323 2108639 37.7705030566796 -122.407638793146 (37.7705030566796, -122.407638793146) 8 2 9 28853 34

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