8 rows where Zip Codes = 29492 and qSpecies_id = 47 sorted by qLegalStatus_id

View and edit SQL

Zip Codes

  • 29492 · 8
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)
4749 227685 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1001 Shrader St 1 Sidewalk: Curb side : Cutout Tree Private 2     14 Width 3ft   5997626.03081 2107071.20572 37.765479368391 -122.451444382046 (37.765479368391, -122.451444382046) 15 5 11 29492 9
43157 227687 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1003 Shrader St 1 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   5997630.84664 2107024.34604 37.7653509793933 -122.451424345184 (37.7653509793933, -122.451424345184) 15 5 11 29492 9
49514 227681 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 145 Alma St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 4ft   5997959.25406 2106183.43699 37.7630608557823 -122.450227846644 (37.7630608557823, -122.450227846644) 15 5 11 29492 9
62642 227686 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1001 Shrader St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 3ft   5997629.48637 2107046.84316 37.7654126728718 -122.451430672783 (37.7654126728718, -122.451430672783) 15 5 11 29492 9
145982 227697 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 109 Fillmore St 1 Sidewalk: Curb side : Cutout Tree Private 2     4 Width 3ft   6003800.52049 2108768.8119 37.7704922173631 -122.430209350707 (37.7704922173631, -122.430209350707) 15 9 11 29492 10
166333 244098 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 1601 Page St 1 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 0ft   5998815.2972 2108995.6351 37.7708313932465 -122.447469528169 (37.7708313932465, -122.447469528169) 15 5 11 29492 9
174440 246123 DPW Maintained 1 Leptospermum laevigatum :: Australian Tea Tree 47 35 Belvedere St 1 Sidewalk: Curb side : Cutout Tree Private 2   03/06/2017 12:00:00 AM 3 Width 0ft Permit Number 779621 5998184.8878 2108385.4066 37.7691198159889 -122.449606139087 (37.7691198159889, -122.449606139087) 15 5 11 29492 9
163946 117519 Undocumented 4 Leptospermum laevigatum :: Australian Tea Tree 47 1601 PAGE ST 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5998904 2109014 37.7708868872166 -122.447164026359 (37.7708868872166, -122.447164026359) 15 5 11 29492 9

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