3 rows where Fire Prevention Districts = 9, SiteOrder = 7 and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

Fire Prevention Districts

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)
30708 175201 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 648 Peru Ave 7 Side Yard : Yard Tree Private 2     14     6005063.1365 2092591.26253 37.7261438278596 -122.424690937041 (37.7261438278596, -122.424690937041) 9 7 6 28861 5
66364 175206 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 653 Peru Ave 7 Side Yard : Yard Tree Private 2     13     6005071.10082 2092642.69367 37.7262854962678 -122.424667061852 (37.7262854962678, -122.424667061852) 9 7 6 28861 5
117173 203550 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 181 Flood Ave 7 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 3ft   5999525.01063 2094056.66117 37.7298531329131 -122.443941098101 (37.7298531329131, -122.443941098101) 9 7 4 63 40

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