Small. Fast. Reliable.
Choose any three.
*** 33,38 ****
--- 33,40 ----
  *: 2005.09.25 : free text search capabilities in select statements:
  Mysql does free text search Match(field_list) Against(keyword)
  
+ *: 2005.08.25 : The ALL and ANY quantifiers for comparisons with subquery results aren't supported.
+ 
  *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: INSERT INTO example ()
  VALUES ();
  
***************
*** 171,179 ****
  *: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 quantifiers for comparisons with subquery results aren't
- supported.
  
  *:create table wg (
  cpf numeric not null,
--- 173,178 ----