©Mike Moxcey 1999

The Update Statement

Here is the complete update statement
@sql_code = <<ENDOFSQL;
update oratut.calls
set name=initcap('$name'), priority='$priority',
email='$email', problem='$problem',
software='$software', close_date=$cdate
where seq=$seq;
ENDOFSQL


home next