Removed items that have examples for them now in Examples.pod
[dbsrgits/SQL-Abstract-2.0-ish.git] / lib / SQL / Abstract / Manual / Specification.pod
index b10ce18..5d74eb6 100644 (file)
@@ -550,14 +550,6 @@ Both the start_with and order_siblings clauses are optional.
 
 =item * UNION, UNION ALL, and MINUS
 
-=item * INSERT INTO <table> SELECT ...
-
-=item * INSERT INTO <table> SET ...
-
-=item * UPDATE foo me SET bar = 1 FROM fnord f WHERE me.col1 = f.frobinator
-
-=item * INSERT moves to using the SET terminology with Visitor dwimming
-
 =back
 
 Convert INSERT and UPDATE into ->populate form.