Help for this page

Select Code to Download


  1. or download this
    update table A, table B set A.field1 = B.field1 where A.field2 = b.fie
    +ld2
    
  2. or download this
    $rows_affected = $dbh->do($querystr);