14 rows where qSiteInfo = ":" and qSpecies_id = 65 sorted by PlantType

View and edit SQL

qSiteInfo

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)
138 203559 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 145 Lakeview Ave 1 : Tree Private 2     1 Width 3ft   5997146.51683 2089373.33367 37.7168578537955 -122.45182605794 (37.7168578537955, -122.45182605794) 9 8 6 28861 24
8756 221784 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 201 Buchanan St 5 : Tree Private 2     5 Width 3ft   6004701.97389 2109293.67351 37.7719843770185 -122.427128606994 (37.7719843770185, -122.427128606994) 7 9 11 28852 10
29613 218232 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 371 Wawona St 1 : Tree Private 2     33 Width 2ft   5991901.5455 2097060.86466 37.7376641082099 -122.47051476505 (37.7376641082099, -122.47051476505) 1 8 4 59 40
60571 250774 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 261 32nd Ave 1 : Tree Private 2     30 Width 3ft   5985867.52173 2114167.09587 37.7842823263074 -122.49263646502 (37.7842823263074, -122.49263646502) 11 6 1 55 33
72775 125543 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 511 Webster St 1 : Tree Private 2     1 Width 4ft   6004027.82216 2110630.44547 37.7756166793921 -122.429555900592 (37.7756166793921, -122.429555900592) 7 9 11 29492 10
75216 221785 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 69 Scott St 1 : Tree Private 2     19 Width 3ft   6002359.55948 2108655.68222 37.7700998701305 -122.435185544178 (37.7700998701305, -122.435185544178) 15 5 5 29492 9
87773 203558 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 179 Caine Ave 1 : Tree Private 2     3 Width 3ft   5997048.33435 2088809.54157 37.7153041877202 -122.45212476956 (37.7153041877202, -122.45212476956) 9 8 6 28861 24
93867 189215 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 1400 20th St 2 : Tree Private 2     14 Width 3ft   6013696.29673 2104791.67795 37.7601274111746 -122.395700842123 (37.7601274111746, -122.395700842123) 10 3 8 28856 29
98143 250978 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 16 Seal Rock Dr 1 : Tree Private 2     9 Width 3ft   5981781.21701 2113006.5772 37.7808561080562 -122.506687293694 (37.7808561080562, -122.506687293694) 11 6 2 55 15
117834 221786 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 65 Scott St 1 : Tree Private 2     20 Width 2ft   6002363.3837 2108638.99661 37.7700542727214 -122.435171122647 (37.7700542727214, -122.435171122647) 15 5 5 29492 9
118838 203560 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 145 Lakeview Ave 2 : Tree Private 2     1 Width 3ft   5997153.12879 2089368.29033 37.7168443846497 -122.451802840126 (37.7168443846497, -122.451802840126) 9 8 6 28861 24
145545 249373 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 649 Jones St 1 : Tree Private 2   06/22/1998 12:00:00 AM 21 Width 4ft Permit Number 39973 6008805.56783 2114728.16614 37.7871374013058 -122.4133182966 (37.7871374013058, -122.4133182966) 5 1 10 28852 36
153194 221788 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 67 Richland Ave 1 : Tree Private 2     20 Width 4ft   6005032.77253 2096203.58298 37.7360607419969 -122.425052810752 (37.7360607419969, -122.425052810752) 2 7 5 28859 2
191642 202091 DPW Maintained 1 Agonis flexuosa :: Peppermint Willow 65 82 Carr St 1 : Tree Private 2     2 Width 3ft   6012965.80047 2090628.94188 37.7211988543156 -122.397234148441 (37.7211988543156, -122.397234148441) 10 3 8 58 1

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