Small. Fast. Reliable.
Choose any three.
*** 273,278 ****
--- 273,279 ----
  *:Named parts of natural joins. For example: SELECT a.c1 FROM T1 a NATURAL JOIN T1 b. Because 
  sqlite reduces the number of columns kept, the name is lost.
  
+ *:The ALL and ANY keywords for testing subquery results aren't supported.
  ===========
  REMARK
  ===========