4 rows where Neighborhoods (old) = 40 and qSpecies_id = 48 sorted by qSiteInfo descending

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)
10464 155454 DPW Maintained 1 Potential Site :: Potential Site 48 19 Wawona St 1 Sidewalk: Curb side : Cutout Tree Private 2     3 Width 3ft Permit Number 787674 5993257.21896 2098988.14634 37.7430342344373 -122.465967594028 (37.7430342344373, -122.465967594028) 1 8 4 59 40
39308 187624 DPW Maintained 1 Potential Site :: Potential Site 48 325 Vicente St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5991928 2097693 37.7394013212876 -122.470469324928 (37.7394013212876, -122.470469324928) 1 8 4 59 40
96239 187623 DPW Maintained 1 Potential Site :: Potential Site 48 325 Vicente St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5991928 2097693 37.7394013212876 -122.470469324928 (37.7394013212876, -122.470469324928) 1 8 4 59 40
133720 187653 DPW Maintained 1 Potential Site :: Potential Site 48 307 Vicente St 1 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5992004 2097696 37.7394139526506 -122.470206771239 (37.7394139526506, -122.470206771239) 1 8 4 59 40

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