Help for this page

Select Code to Download


  1. or download this
    $dbh->do('update bar set attr=val;delete from baz;');
    
  2. or download this
    SELECT *
    FROM tab1, tab2
    WHERE tab1.x = tab2.y
    ORDER BY tab1.x desc; <-- this tells the interface you're ready to pro
    +cess