3 rows where SiteOrder = 5, Supervisor Districts = 11 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)
24686 20125 Permitted Site 7 Ceratonia siliqua :: Carob 5 924X Fell St 5 Sidewalk: Curb side : Cutout Tree Private 2     18 3X3   6002999.41967 2110319.25168 37.7747039360019 -122.433091154251 (37.7747039360019, -122.433091154251) 15 5 11 29492 10
96630 222908 DPW Maintained 1 Ceratonia siliqua :: Carob 5 363 Page St 5 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 4ft   6004803.10417 2109829.19919 37.773460518813 -122.426816934368 (37.773460518813, -122.426816934368) 7 9 11 28852 10
106329 142100 DPW Maintained 1 Ceratonia siliqua :: Carob 5 904 Fell St 5 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 0ft   6002972.7027 2110318.8393 37.7747012881718 -122.433183544102 (37.7747012881718, -122.433183544102) 15 5 11 29492 10

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