4 rows where PlotSize = "Width 5ft", SiteOrder = 4 and qSpecies_id = 5

View and edit SQL

SiteOrder

PlotSize

  • Width 5ft · 4
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)
34204 189929 DPW Maintained 1 Ceratonia siliqua :: Carob 5 43 Fremont St 4 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   6013297.80377 2116238.25932 37.7915349521343 -122.397882004744 (37.7915349521343, -122.397882004744) 12 2 9 28855 6
60278 189935 DPW Maintained 1 Ceratonia siliqua :: Carob 5 28 Fremont St 4 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 5ft   6013248.49941 2116191.11402 37.791402756277 -122.398049289468 (37.791402756277, -122.398049289468) 12 2 9 28855 6
125848 125983 DPW Maintained 1 Ceratonia siliqua :: Carob 5 2550 Taylor St 4 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 5ft   6008377.32314 2121617.1276 37.8060287311026 -122.415287790321 (37.8060287311026, -122.415287790321) 5 1 10 308 23
165805 188470 DPW Maintained 1 Ceratonia siliqua :: Carob 5 255 12th St 4 Sidewalk: Curb side : Cutout Tree Private 2     20 Width 5ft   6008074.61393 2108923.40936 37.7711578622784 -122.415436137088 (37.7711578622784, -122.415436137088) 8 2 9 28853 19

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