Small. Fast. Reliable.
Choose any three.
*** 24,29 ****
--- 24,32 ----
  *: 2004.11.17 : INSERTing one record with all VALUES to DEFAULT: INSERT INTO example ()
  VALUES ();
  
+ *: 2004.04.25 : a password('') function to mask some values (as used in MySQL) would be fine, I need it, if I give the db out of the house, or is there something I didn't find? Or a simple MD5 function to obscure data
+ using a one way hash. See the MySQL function MD5 or Password for examples.
+ 
  *: 2004.04.07 : Multiple databases are not supported. For example, the following construct
  for creating a table in a
  database db1 based on a table in database db2 won't work:
***************
*** 85,96 ****
  *: 2003.07.28 : Stored Procedures
  
  *: 2003.07.28 : Rollup and Cube -> UnsupportedSqlRollupAndCube
- 
- *:a password('') function to mask some values (as used in MySQL) would be fine,
- I need it, if I give the
- db out of the house, or is there something I didn't find? Or a simple MD5
- function to obscure data
- using a one way hash. See the MySQL function MD5 or Password for examples.
  
  *:FLOOR and CEILING functions, e.g. "SELECT FLOOR(salary) FROM personnel;"
  
--- 88,93 ----