Small. Fast. Reliable.
Choose any three.
*** 63,68 ****
--- 63,70 ----
        FROM a1, a2
        WHERE a1.a = a2.b(+);
  
+ *: 2004.07.29 : UPDATE t1, t2 SET t1.f1 = value WHERE t1.f2 = t2.fa
+ 
  *: 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.
  
***************
*** 149,156 ****
  			string TEXT,
  			PRIMARY KEY (string_id, language_id)
  		);
- 
- *:UPDATE t1, t2 SET t1.f1 = value WHERE t1.f2 = t2.fa
  
  *:SHOW TABLES and DESCRIBE [tablename] would be nice - not sure if they're
  standard, but they are a
--- 151,156 ----