7 rows where SiteOrder = 2 and qLegalStatus_id = 12

View and edit SQL

SiteOrder

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)
6750 85484 - 12 Myoporum laetum :: Myoporum 62 2448 Hyde St 2 Sidewalk: Curb side : Cutout Tree DPW 1     24 3x3   6007028.643792 2120821.987554 37.8037695888063 -122.419898663276 (37.8037695888063, -122.419898663276) 5 1 1 28858 32
63001 85312 - 12 Lophostemon confertus :: Brisbane Box 11 1366 Turk St 2 Sidewalk: Curb side : Cutout Tree DPW 1     9 3x3   6003535.85294 2112477.60862 37.7806606630436 -122.431389631549 (37.7806606630436, -122.431389631549) 15 9 11 29490 41
85799 87431 - 12 Acer rubrum :: Red Maple 75 522X Alemany Blvd 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6006584.964111 2094794.1521 37.7322783147803 -122.419586279513 (37.7322783147803, -122.419586279513) 2 7 7 28861 2
127776 87423 - 12 Lophostemon confertus :: Brisbane Box 11 45X Jones St 2 Sidewalk: Curb side : Cutout Tree DPW 1   04/22/2008 12:00:00 AM 3 3x3   6009092.517834 2112687.614007 37.7815506408215 -122.412181237011 (37.7815506408215, -122.412181237011) 7 10 9 28852 36
175182 122603 - 12 Prunus serrulata :: Ornamental Cherry 84 132 Surrey St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3 Permit Number 779127 6002205.30607 2096205.31937 37.7359053840536 -122.434828615692 (37.7359053840536, -122.434828615692) 2 7 5 63 7
188548 85310 - 12 Olea europaea :: Olive Tree 9 1250 Haight St 2 Sidewalk: Curb side : Cutout Tree DPW 1 Private 07/27/2007 12:00:00 AM 3 3x3 Under 3 yr maintenance agreement. Ends 7/27/2010. 6000155.2862 2108898.36192 37.7706407896873 -122.442827504693 (37.7706407896873, -122.442827504693) 15 5 11 29492 9
190505 85250 - 12 Pyrus calleryana 'Aristocrat' :: Aristocrat Callery Pear 123 1335 Fulton St 2 Sidewalk: Curb side : Cutout Tree DPW 1 Private 07/19/2007 12:00:00 AM 15 3x3 under 3yr maintenance agreement. Expires 7/19/2010. 6001350.12437 2111060.02557 37.7766442216524 -122.438849483935 (37.7766442216524, -122.438849483935) 15 5 11 29492 10

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