kondakindi
IS-IT--Management
table structure is of report1 is
app_name varchar2(10),
name varchar2(10),
insert_date date,
session_id varchar2(50),
seq_num number,
Q_1 varchar2(500),
Q_2 varchar2(500),
so on till Q_40
am using a execute immdeiate command though it doesn't show error for first 20 rows it doesn't sucessfully updates the table.
thanks
app_name varchar2(10),
name varchar2(10),
insert_date date,
session_id varchar2(50),
seq_num number,
Q_1 varchar2(500),
Q_2 varchar2(500),
so on till Q_40
am using a execute immdeiate command though it doesn't show error for first 20 rows it doesn't sucessfully updates the table.
thanks