6 rows where PlotSize = "4x6" and qSpecies_id = 65 sorted by PlotSize

View and edit SQL

SiteOrder

PlotSize

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)
9355 43688 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 219 08th Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 07/25/2000 12:00:00 AM 4 4x6 Permit Number 43332 5993346.74324 2114008.67547 37.7842818271711 -122.466749684627 (37.7842818271711, -122.466749684627) 11 6 2 54 11
58635 63004 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 368 Highland Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 09/22/1986 12:00:00 AM 20 4x6 Permit Number 23414 6007279.07639479 2096499.56656681 37.7370000828457 -122.417307379598 (37.7370000828457, -122.417307379598) 2 7 7 28859 2
63890 35857 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 28 Santa Rosa Ave 1 Sidewalk: Curb side : Cutout Tree Private 2 FUF 04/23/1998 12:00:00 AM 28 4x6 Permit Number 39076 6002203.07861 2092639.23336 37.7261135989609 -122.434581409299 (37.7261135989609, -122.434581409299) 9 7 6 28861 25
91062 84740 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 143 Alhambra St 1 Front Yard : Cutout Tree Private 2   03/27/2007 12:00:00 AM 13 4x6 Permit Number 49254 6001588.49283 2120281.76365 37.8019782934262 -122.438685839601 (37.8019782934262, -122.438685839601) 13 9 1 57 17
132523 115548 Permitted Site 7 Agonis flexuosa :: Peppermint Willow 65 368 Highland Ave 2 Sidewalk: Curb side : Cutout Tree Private 2 FUF   20 4x6   6007279.07639479 2096499.56656681 37.7370000828457 -122.417307379598 (37.7370000828457, -122.417307379598) 2 7 7 28859 2
181359 107593 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1801 Anza St 2 Sidewalk: Curb side : Cutout Tree Private 2     10 4x6   5993030.37815 2112040.04561 37.7788582423825 -122.467700965505 (37.7788582423825, -122.467700965505) 11 6 2 54 11

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