Small. Fast. Reliable.
Choose any three.
*** 6,11 ****
--- 6,17 ----
  
  ----
  
+ *: 2007-11-13 : STARTING WITH clause not supported
+ 
+       WHERE <Column> STARTING WITH "Text"
+ 
+ returns an error but works on MSSQL and is in my SQL book.
+ 
  *: 2007.08.23 : DELETE from multiple tables:
  
        DELETE t1, t2 FROM t1, t2, t3