diff --git a/slides/cse4562sp2018/2018-01-31-SQL+Physical.html b/slides/cse4562sp2018/2018-01-31-SQL+Physical.html index 6a994b69..f369dfc5 100644 --- a/slides/cse4562sp2018/2018-01-31-SQL+Physical.html +++ b/slides/cse4562sp2018/2018-01-31-SQL+Physical.html @@ -369,6 +369,19 @@
A primitive value (for now)
+ +
+ +
+ +
+

+  with db_open('Trees') as data:
+    for record in data:
+      if(records['BORONAME'] == 'Brooklyn'):
+        print(fields['TREE_ID']);
+          
+