Small. Fast. Reliable.
Choose any three.
*** 103,108 ****
--- 103,110 ----
  
  *: 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
  
+ *: INSERTing one record with all VALUES to DEFAULT: INSERT INTO example () VALUES (); 
+ 
  *: ESCAPE clause for LIKE
  
  *: DISTINCT ON (expr,...) - this is from Postgres, where expr,... must be the leftmost expressions from the ORDER BY clause