Small. Fast. Reliable.
Choose any three.
*** 36,41 ****
--- 36,43 ----
  
        START WITH <conditions> CONNECT BY [PRIOR]<conditions> (ORACLE)
  
+ *: 2003.09.04 : Multi-column IN clause (ie. SELECT * FROM tab WHERE (key1, key2) IN (SELECT...)
+ 
  *: 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
***************
*** 59,67 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *: Multi-column IN clause (ie. SELECT * FROM tab WHERE (key1, key2) IN
- (SELECT...)
  
  *: INSERTing fewer values than columns does not fill the missing columns with
  the default values; if
--- 61,66 ----