6 rows where SiteOrder = 2, qLegalStatus_id = 4 and qSpecies_id = 48 sorted by PlotSize

View and edit SQL

qLegalStatus_id

  • Undocumented · 6

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)
5644 264791 Undocumented 4 Potential Site :: Potential Site 48 2640 25th St 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6011026 2101818 37.7518134471323 -122.404726825793 (37.7518134471323, -122.404726825793) 10 4 8 28859 19
6533 258833 Undocumented 4 Potential Site :: Potential Site 48 1199X Plymouth Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996025 2091881 37.7236790151497 -122.455883747529 (37.7236790151497, -122.455883747529) 9 8 4 28861 24
10048 258883 Undocumented 4 Potential Site :: Potential Site 48 1198X Plymouth Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5996138 2091849 37.7235976355668 -122.455490816534 (37.7235976355668, -122.455490816534) 9 8 4 28861 24
156155 256137 Undocumented 4 Potential Site :: Potential Site 48 799X Tompkins Ave 2 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6008891 2096501 37.7370945762582 -122.411734318471 (37.7370945762582, -122.411734318471) 10 7 7 28859 2
20245 200985 Undocumented 4 Potential Site :: Potential Site 48 160 Folsom St 2 Sidewalk: Curb side : Cutout Tree Private 2     15 Width 0ft Permit Number 778623 6015097.3421 2115526.2135 37.7896798923825 -122.391605771311 (37.7896798923825, -122.391605771311) 6 2 9 28855 6
124371 200996 Undocumented 4 Potential Site :: Potential Site 48 150 Folsom St 2 Sidewalk: Curb side : Cutout Tree Private 2     12 Width 0ft Permit Number 778623 6015175.4889 2115602.3039 37.789893156498 -122.3913407103 (37.789893156498, -122.3913407103) 6 2 9 28855 6

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