Small. Fast. Reliable.
Choose any three.
*** 5,11 ****
  below.
  
  ----
! *: select without left join with the *= operator
  
      SELECT t1.code, t2.code
      FROM table1 t1, table2 t2
--- 5,11 ----
  below.
  
  ----
! *: 2006.03.06 : select without left join with the *= operator
  
      SELECT t1.code, t2.code
      FROM table1 t1, table2 t2