3 rows where DBH = 9 and qSpecies_id = 34 sorted by TreeID

View and edit SQL

DBH

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)
159885 178080 DPW Maintained 1 Persea americana :: Avocado 34 202 University St 2 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 4ft   6008024.94769 2092933.54254 37.7272504886183 -122.41447630234 (37.7272504886183, -122.41447630234) 9 3 7 309 28
132289 210895 DPW Maintained 1 Persea americana :: Avocado 34 178 Tara St 1 Sidewalk: Property side : Yard Tree Private 2     9 Width 6ft   5997929.2878 2090647.62509 37.7204015648627 -122.449212166725 (37.7204015648627, -122.449212166725) 9 8 6 28861 24
120698 233914 DPW Maintained 1 Persea americana :: Avocado 34 1100 San Jose Ave 57 Sidewalk: Property side : Yard Tree Private 2     9     6004613.07877 2096547.03368 37.7369800631845 -122.426528310442 (37.7369800631845, -122.426528310442) 2 7 5 63 7

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