Small. Fast. Reliable.
Choose any three.
*** 35,40 ****
--- 35,42 ----
  
  *: 2005.08.25 : The ALL and ANY quantifiers for comparisons with subquery results aren't supported.
  
+ *: 2005.08.03 : UPDATE table SET x WHERE y ORDER BY z is not supported. Haven't tried the LIMIT addition to that form.
+ 
  *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: INSERT INTO example ()
  VALUES ();
  
***************
*** 165,174 ****
  it by using a second query and deleting, eg: SELECT timestamp from table LIMIT
  x,1; DELETE from table
  where timestamp < .....
- 
- *:The corollary to above, UPDATE table SET x WHERE y ORDER BY z is not
- supported. Haven't tried the
- LIMIT addition to that form.
  
  *:Named parts of natural joins. For example: SELECT a.c1 FROM T1 a NATURAL JOIN
  T1 b. Because
--- 167,172 ----