3 rows where Neighborhoods (old) = 31, SiteOrder = 3 and qSpecies_id = 5

View and edit SQL

SiteOrder

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)
75012 138241 DPW Maintained 1 Ceratonia siliqua :: Carob 5 1509 Lyon St 3 Sidewalk: Curb side : Cutout Tree Private 2     11 Width 0ft   5999646.1152 2114082.8594 37.7848470504501 -122.444961483404 (37.7848470504501, -122.444961483404) 15 6 1 29490 31
82972 110185 Undocumented 4 Ceratonia siliqua :: Carob 5 1500x LYON ST 3 Sidewalk: Curb side : Cutout Tree Private 2       3x3   5999718 2114083 37.7848515388794 -122.444712796347 (37.7848515388794, -122.444712796347) 15 6 1 29490 31
156051 139008 DPW Maintained 1 Ceratonia siliqua :: Carob 5 1504 Lyon St 3 Sidewalk: Curb side : Cutout Tree Private 2     16 Width 0ft   5999687.2486 2114098.7181 37.7848929418184 -122.444820316061 (37.7848929418184, -122.444820316061) 15 6 1 29490 31

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