7 rows where SiteOrder = 7, Supervisor Districts = 9 and qSpecies_id = 5

View and edit SQL

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)
47459 189921 DPW Maintained 1 Ceratonia siliqua :: Carob 5 45 Fremont St 7 Sidewalk: Curb side : Cutout Tree Private 2     6 Width 5ft   6013437.41222 2116091.23603 37.7911390345977 -122.397388642991 (37.7911390345977, -122.397388642991) 12 2 9 28855 6
54786 106031 Permitted Site 7 Ceratonia siliqua :: Carob 5 180 Howard St 7 Sidewalk: Curb side : Cutout Tree Private 2       3x3   6014640.7 2115990 37.7909279854042 -122.39321818634 (37.7909279854042, -122.39321818634) 12 2 9 28855 6
67119 189932 DPW Maintained 1 Ceratonia siliqua :: Carob 5 43 Fremont St 7 Sidewalk: Curb side : Cutout Tree Private 2     7 Width 5ft   6013255.69526 2116279.68267 37.7916463457648 -122.398030607826 (37.7916463457648, -122.398030607826) 12 2 9 28855 6
104489 189953 DPW Maintained 1 Ceratonia siliqua :: Carob 5 120 Howard St 7 Sidewalk: Curb side : Cutout Tree Private 2     9 Width 3ft   6014700.62775 2116023.46282 37.7910231956157 -122.393013179512 (37.7910231956157, -122.393013179512) 12 2 9 28855 6
114608 189938 DPW Maintained 1 Ceratonia siliqua :: Carob 5 28 Fremont St 7 Sidewalk: Curb side : Cutout Tree Private 2     5 Width 5ft   6013289.37156 2116149.22674 37.7912900199673 -122.397904932091 (37.7912900199673, -122.397904932091) 12 2 9 28855 6
157690 97185 Undocumented 4 Ceratonia siliqua :: Carob 5 10X Fremont St 7 Sidewalk: Curb side : Cutout Tree Private 2     5 3x3   6013222.5 2116242.1 37.7915413037038 -122.398142826086 (37.7915413037038, -122.398142826086) 12 2 9 28855 6
166336 188472 DPW Maintained 1 Ceratonia siliqua :: Carob 5 255 12th St 7 Sidewalk: Curb side : Cutout Tree Private 2     8 Width 5ft   6007955.34249 2108999.99523 37.7713614445082 -122.415854126661 (37.7713614445082, -122.415854126661) 8 2 9 28853 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)
);