11 rows where Neighborhoods (old) = 2 and qLegalStatus_id = 9

View and edit SQL

Neighborhoods (old)

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)
273 117070 Private 9 Tree(s) :: 17 6 JOY ST 3 Front Yard : Yard Tree Private 2           6010444 2098901 37.7437714571602 -122.406533939617 (37.7437714571602, -122.406533939617) 2 7 7 28859 2
44862 114642 Private 9 Crataegus phaenopyrum :: Washington Hawthorn 102 30 MacEdonia St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/30/2015 12:00:00 AM     Permit Number 773527 6010319.9 2099707.2 37.745978163197 -122.407019863158 (37.745978163197, -122.407019863158) 2 7 7 28859 2
69100 104567 Private 9 Tree(s) :: 17 8 JOY ST 2 Front Yard : Yard Tree Private 2     40     6010448 2098932 37.7438568002142 -122.406522292508 (37.7438568002142, -122.406522292508) 2 7 7 28859 2
80106 114666 Private 9 Podocarpus gracilor :: Fern Pine 51 382 Richland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2   11/30/2015 12:00:00 AM     Permit Number 774512 6007233.6 2095963.6 37.7355258779344 -122.417426639907 (37.7355258779344, -122.417426639907) 2 7 7 28859 2
86075 100243 Private 9 Tree(s) :: 17 1326-1332 Shotwell St   unknown : Yard Tree Private 2           6008043 2100485 37.7479861507453 -122.414948142067 (37.7479861507453, -122.414948142067) 2 7 7 28859 2
110382 108170 Private 9 Ginkgo biloba :: Maidenhair Tree 22 1645 ALABAMA ST 1 Sidewalk: Curb side : Cutout Tree Private 2   02/03/2015 12:00:00 AM 3 3x3 Permit Number 774689 6009348.4 2099893.7 37.7464358384441 -122.410392359276 (37.7464358384441, -122.410392359276) 2 7 7 28859 2
120017 105072 Private 9 Metrosideros excelsa :: New Zealand Xmas Tree 16 88X PROSPECT AVE 1 Sidewalk: Curb side : Cutout Tree Private 2     12 5x6   6007074 2099135 37.7442248567037 -122.418203213837 (37.7442248567037, -122.418203213837) 2 7 7 28859 2
165045 114647 Private 9 Eriobotrya deflexa :: Bronze Loquat 8 331 Prentiss St 1 Sidewalk: Curb side : Cutout Tree Private 2   11/30/2015 12:00:00 AM     Permit Number 774946 6008851.6 2097283.6 37.7392412152063 -122.41192582952 (37.7392412152063, -122.41192582952) 10 7 7 28859 2
180187 112262 Private 9 Tristaniopsis laurina :: Swamp Myrtle 1 1 Holly Park Cir 3 Sidewalk: Curb side : Cutout Tree Private 2     10 3x15   6006308.21143459 2096885.36921844 37.7380047408881 -122.420691480393 (37.7380047408881, -122.420691480393) 2 7 7 28859 2
188939 104962 Private 9 Jacaranda mimosifolia :: Jacaranda 50 1474X SHOTWELL ST 1 Sidewalk: Curb side : Cutout Tree Private 2     7 3x3 74 Aztec St. 6008023 2099506 37.7452969115591 -122.414948020341 (37.7452969115591, -122.414948020341) 2 7 7 28859 2
190102 104109 Private 9 Maytenus boaria :: Mayten 58 342-346 MOULTRIE ST 2 Sidewalk: Curb side : Cutout Tree Private 2     9 3x6   6007700 2097518 37.7398201496863 -122.415924151926 (37.7398201496863, -122.415924151926) 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)
);