4 rows where qSiteInfo = ":" and qSpecies_id = 119 sorted by Location

View and edit SQL

qSiteInfo

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)
158858 207724 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 132 Ralston St 1 : Tree Private 2     3 Width 3ft   5992208.61623 2088772.74591 37.7149247331539 -122.46885013342 (37.7149247331539, -122.46885013342) 9 8 6 64 24
115439 207722 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 300 Louisburg St 1 : Tree Private 2     8 Width 3ft   5997412.90563 2090249.05124 37.7192776245304 -122.450968397868 (37.7192776245304, -122.450968397868) 9 8 6 28861 24
143684 202013 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 7 Wheat St 2 : Tree Private 2     3 Width 3ft   6012149.42791 2091374.55614 37.7232006759464 -122.400108468936 (37.7232006759464, -122.400108468936) 10 3 8 58 1
74905 191701 DPW Maintained 1 Eriobotrya japonica :: Edible Loquat 119 2025 Revere Ave 1 : Tree Private 2     1 Width 2ft   6012750.04967 2096000.36179 37.7359356579989 -122.398356633674 (37.7359356579989, -122.398356633674) 10 3 8 58 1

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