Small. Fast. Reliable.
Choose any three.
*** 36,41 ****
--- 36,43 ----
  
        START WITH <conditions> CONNECT BY [PRIOR]<conditions> (ORACLE)
  
+ *: 2003.08.29 : UPDATE with a FROM clause (not sure if this is standard, Sybase and Microsoft have it). -> UnsupportedSqlUpdateWithFrom
+ 
  *: 2003.08.06 : ALTER VIEW, ALTER TRIGGER, ALTER TABLE
  
  *: 2003.08.06 : CREATE DATABASE, DROP DATABASE - _Does not seem meaningful for an
***************
*** 57,65 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *: UPDATE with a FROM clause (not sure if this is standard, Sybase and
- Microsoft have it). -> UnsupportedSqlUpdateWithFrom
  
  *: Multi-column IN clause (ie. SELECT * FROM tab WHERE (key1, key2) IN
  (SELECT...)
--- 59,64 ----