3 rows where Fire Prevention Districts = 8, SiteOrder = 4 and qSpecies_id = 5

View and edit SQL

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)
108134 103342 Undocumented 4 Ceratonia siliqua :: Carob 5 590X 09th St 4 Sidewalk: Curb side : Cutout Tree Private 2     10 3x3   6010323 2108639 37.7705030566796 -122.407638793146 (37.7705030566796, -122.407638793146) 8 2 9 28853 34
134295 189961 DPW Maintained 1 Ceratonia siliqua :: Carob 5 562 09th St 4 Sidewalk: Curb side : Cutout Tree Private 2     13 Width 3ft   6010424.61803 2108510.17842 37.7701550300493 -122.407278211428 (37.7701550300493, -122.407278211428) 8 2 9 28853 34
165805 188470 DPW Maintained 1 Ceratonia siliqua :: Carob 5 255 12th St 4 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 5ft   6008074.61393 2108923.40936 37.7711578622784 -122.415436137088 (37.7711578622784, -122.415436137088) 8 2 9 28853 19

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