3 rows where PlotSize = "2x6" and qLegalStatus_id = 6

View and edit SQL

Police Districts

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)
57122 104444 Significant Tree 6 Acer japonicum :: Japanese Maple 124 507 Capp St 1 Front Yard : Cutout Tree Private 2       2x6 Permit Number 770679 6007300 2104257.5 37.7583027968034 -122.417784776473 (37.7583027968034, -122.417784776473) 2 4 7 28859 19
167489 104452 Significant Tree 6 Eucalyptus polyanthemos :: Silver Dollar Eucalyptus 42 1045 Mission St 1 Sidewalk: Property side : Cutout Tree Private 2       2x6 Permit Number 770594 6009749.9 2112056.4 37.7798543407434 -122.409862429103 (37.7798543407434, -122.409862429103) 14 2 9 28853 34
189920 104445 Significant Tree 6 Acer japonicum :: Japanese Maple 124 507 Capp St 2 Front Yard : Cutout Tree Private 2       2x6 Permit Number 770679 6007300 2104257.5 37.7583027968034 -122.417784776473 (37.7583027968034, -122.417784776473) 2 4 7 28859 19

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