4 rows where qSpecies_id = 521 sorted by TreeID

View and edit SQL

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)
154607 126004 DPW Maintained 1 Chamaecyparis obtusa :: Hinoki cypress 521 210 Spruce St 1 Sidewalk: Property side : Yard Tree Private 2     3 Width 4ft   5997131.82438 2115550.37373 37.7887326367523 -122.45376607366 (37.7887326367523, -122.45376607366) 11 6 1 54 31
135085 126005 DPW Maintained 1 Chamaecyparis obtusa :: Hinoki cypress 521 210 Spruce St 3 Sidewalk: Property side : Yard Tree Private 2     12 Width 4ft   5997133.44267 2115543.98512 37.7887151881134 -122.453760013122 (37.7887151881134, -122.453760013122) 11 6 1 54 31
87607 126006 DPW Maintained 1 Chamaecyparis obtusa :: Hinoki cypress 521 701 Marina Blvd 2 Sidewalk: Property side : Yard Tree Private 2     4     5999557.02765 2121502.29325 37.8052137627552 -122.445803472668 (37.8052137627552, -122.445803472668) 13 9 1 57 17
189653 126007 DPW Maintained 1 Chamaecyparis obtusa :: Hinoki cypress 521 675 Marina Blvd 2 Sidewalk: Property side : Yard Tree Private 2     9     5999772.35767 2121527.71898 37.8052958672686 -122.445060128138 (37.8052958672686, -122.445060128138) 13 9 1 57 17

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