6 rows where SiteOrder = 12 and qSpecies_id = 5

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)
65626 189862 DPW Maintained 1 Ceratonia siliqua :: Carob 5 102 Newhall St 12 : Tree Private 2     7 Width 3ft   6017103.28687 2098264.26759 37.7423934261135 -122.383463161819 (37.7423934261135, -122.383463161819) 10 3 8 58 1
108597 189872 DPW Maintained 1 Ceratonia siliqua :: Carob 5 400 Newhall St 12 : Tree Private 2     17 Width 4ft   6015960.56064 2097835.58742 37.7411531351002 -122.387384502698 (37.7411531351002, -122.387384502698) 10 3 8 58 1
143134 4923 Permitted Site 7 Ceratonia siliqua :: Carob 5 195X Newhall St 12 Sidewalk: Curb side : Cutout Tree Private 2     12 3X3   6017015.0972074 2098230.5166868 37.742295878473 -122.383765748687 (37.742295878473, -122.383765748687) 10 3 8 58 1
166582 14918 DPW Maintained 1 Ceratonia siliqua :: Carob 5 110X Newhall St 12 Sidewalk: Curb side : Cutout Tree DPW 1     12 3X3   6017351.5544479 2098138.8848753 37.7420628687633 -122.382595996286 (37.7420628687633, -122.382595996286) 10 3 8 58 1
172152 189849 DPW Maintained 1 Ceratonia siliqua :: Carob 5 101 Newhall St 12 : Tree Private 2     10 Width 4ft   6017283.17469 2098125.85242 37.7420233065307 -122.38283152746 (37.7420233065307, -122.38283152746) 10 3 8 58 1
187611 189884 DPW Maintained 1 Ceratonia siliqua :: Carob 5 325 Newhall St 12 : Tree Private 2     8 Width 3ft   6016685.38219 2098298.11667 37.7424632629752 -122.384910521712 (37.7424632629752, -122.384910521712) 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)
);