3 rows where SiteOrder = 12, qSiteInfo = "Median : Cutout" and qSpecies_id = 35 sorted by qLegalStatus_id

View and edit SQL

These facets timed out: qSiteInfo, 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)
54454 200536 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1400x La Salle Ave 12 Median : Cutout Tree DPW 1     8 Width 0ft   6016175.6148 2095666.5235 37.7352092330314 -122.38648971191 (37.7352092330314, -122.38648971191) 10 3 8 58 1
127126 8475 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 1900 Geary Blvd 12 Median : Cutout Tree DPW 1   06/03/1994 12:00:00 AM 6 8   6001831.8926 2113645.1136 37.7837696172579 -122.437368062109 (37.7837696172579, -122.437368062109) 13 5 11 29490 41
164072 2266 DPW Maintained 1 Pinus canariensis :: Canary Island Pine 35 700X Brotherhood Way 12 Median : Cutout Tree DPW 1   04/04/2014 12:00:00 AM 22 14M Permit Number 772491 5991180.7931196 2088069.9959997 37.7129357180907 -122.472351488932 (37.7129357180907, -122.472351488932) 1 8 4 64 14

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