5 rows where PlantDate = "06/07/2016 12:00:00 AM" and qLegalStatus_id = 2 sorted by qLegalStatus_id

View and edit SQL

SiteOrder

PlantDate

  • 06/07/2016 12:00:00 AM · 5
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)
64492 117113 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 1650 Broadway 2 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3 3x3 Permit Number 773961 6005663.57094 2117913.49378 37.7957066076266 -122.424415580821 (37.7957066076266, -122.424415580821) 13 9 1 28858 27
74321 117115 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 1650 Broadway 4 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3 3x3 Permit Number 773961 6005638.31982 2117909.64088 37.7956946025865 -122.42450268015 (37.7956946025865, -122.42450268015) 13 9 1 28858 27
84905 117112 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 1650 Broadway 1 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3 3x3 Permit Number 773961 6005683.22125 2117915.42136 37.7957130098979 -122.424347724294 (37.7957130098979, -122.424347724294) 13 9 1 28858 27
119986 117114 Planning Code 138.1 required 2 Tristaniopsis laurina :: Swamp Myrtle 1 1650 Broadway 3 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3 3x3 Permit Number 773961 6005648.88243 2117910.88116 37.7956986045686 -122.424466219844 (37.7956986045686, -122.424466219844) 13 9 1 28858 27
128069 104819 Planning Code 138.1 required 2 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 42 468 Clementina St 1 Sidewalk: Curb side : Cutout Tree Private 2   06/07/2016 12:00:00 AM 3 3X3 Permit Number 770905 6011018.41682 2111922.08536 37.7795565535331 -122.405464583724 (37.7795565535331, -122.405464583724) 14 2 9 28853 34

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