2016. 3. 10. 16:45
####
* update 는 do를 쓴다
$dbh = DBI->connect('dbi:Oracle:','abc@orcl','abc',{AutoCommit =>1}); print "Step 1\n"; print "UPDATE job_info_new_sec SET swpend='$updb_values[1]' , hwpend='$updb_values[2]' where jobid='$updb_values[0]'\n";
close(fileHandle); |
'Language > Perl' 카테고리의 다른 글
[per] today, yesterday, nextday (3) | 2016.03.10 |
---|---|
[perl] hash of hash (0) | 2016.03.10 |
[perl] 대표날짜로 일정기간 이전 이후 구하기 (0) | 2016.03.10 |
[Perl] 날짜구하기 'linux command line' (0) | 2016.03.06 |
[Perl] 작성한 파일 compile (0) | 2016.03.06 |