Choose Category
.SET sessions 2 .REPEAT 2 database forgetcode; .IMPORT data file=sample.txt .REPEAT 2 using eid (char(2)) update tbl_employee set salary=salary*1.07 where empno=:eid;