3 rows where qLegalStatus_id = 2 and qSiteInfo = "Side Yard : Yard" sorted by Longitude

View and edit SQL

qSiteInfo

  • Side Yard : Yard · 3
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)
98671 256868 Planning Code 138.1 required 2 Quercus agrifolia :: Coast Live Oak 172 965 Powhattan Ave 1 Side Yard : Yard Tree Private 2   12/20/2018 12:00:00 AM 3 3x3 Permit Number 776273 6009246.49493 2098072.65991 37.7414299489627 -122.410616161073 (37.7414299489627, -122.410616161073) 10 7 7 28859 2
48760 255654 Planning Code 138.1 required 2 Quercus agrifolia :: Coast Live Oak 172 298X Coso Ave 2 Side Yard : Yard Tree Private 2   06/27/2018 12:00:00 AM 3 10x10 Permit Number 776462 6007785 2099424 37.7450583812321 -122.415765181935 (37.7450583812321, -122.415765181935) 2 7 7 28859 2
183741 255653 Planning Code 138.1 required 2 Quercus agrifolia :: Coast Live Oak 172 298X Coso Ave 1 Side Yard : Yard Tree Private 2   06/27/2018 12:00:00 AM 3 10x10 Permit Number 776462 6007785 2099424 37.7450583812321 -122.415765181935 (37.7450583812321, -122.415765181935) 2 7 7 28859 2

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