Small. Fast. Reliable.
Choose any three.
*** 21,23 ****
--- 21,24 ----
  *: INSERTing less values than columns does not fill the missing columns with the default values; if less values than columns in the table are supplied, all columns filled have to be named before the keyword values
  *: rename table command (mysql has)
  *: ESCAPE clause for LIKE
+ *: DISTINCT ON (expr,...) - this is from Postgres, where expr,... must be the leftmost expressions from the ORDER BY clause