2 rows where PlotSize = "3x5" and qLegalStatus_id = 5 sorted by XCoord

View and edit SQL

PlotSize

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)
5528 167133 Section 806 (d) 5 Melaleuca quinquenervia :: Cajeput 10 4564 19th St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/01/2019 12:00:00 AM 3 3x5 Permit Number 785333 6000784.60188 2104670.73247 37.7590686222364 -122.440347461192 (37.7590686222364, -122.440347461192) 2 4 5 28862 3
194328 258403 Section 806 (d) 5 Eriobotrya deflexa :: Bronze Loquat 8 1052 Rhode Island St 1 Sidewalk: Curb side : Cutout Tree Private 2   05/10/2019 12:00:00 AM 3 3x5   6011869 2103486 37.7564404909426 -122.401928842587 (37.7564404909426, -122.401928842587) 10 3 8 28856 29

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