Hi, I did try out the query with the comment and it led to the following output
ij> -- an insert statement
insert into table2 select * from table1;
12 --s executed
considering the approach I am using to solve the problem I can resolve
this by further parsing of the query in addition to what I have already
done in the JDBCUtil.java. Before I do this can anyone pls help me in
deciding whether this would a scalable and appropriate solution to the
above raised bug?
thanx Narayanan
