Small. Fast. Reliable.
Choose any three.
*** 39,44 ****
--- 39,46 ----
  
        START WITH <conditions> CONNECT BY [PRIOR]<conditions> (ORACLE)
  
+ *: 2004.01.01 : DISTINCT ON (expr,...) - this is from Postgres, where expr,... must be the leftmost expressions from the ORDER BY clause
+ 
  *: 2003.10.30 : INSERTing fewer values than columns does not fill the missing columns with the default values; if fewer values than columns in the table are supplied, all columns filled have to be named before the keyword values
  
  *: 2003.09.04 : Multi-column IN clause (ie. SELECT * FROM tab WHERE (key1, key2) IN (SELECT...)
***************
*** 66,75 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *: DISTINCT ON (expr,...) - this is from Postgres, where expr,... must be the
- leftmost expressions from
- the ORDER BY clause
  
  *:a password('') function to mask some values (as used in MySQL) would be fine,
  I need it, if I give the
--- 68,73 ----