sandersbrett
Technical User
i'm trying to import multiple rows into a table using live reports and oracle, however, im receiving syntax errors.
something like this...
insert into testtable values ('89','value1');
insert into testtable values ('90','value2')
throws this error:
[ORA-00911: invalid character,
any ideas?
something like this...
insert into testtable values ('89','value1');
insert into testtable values ('90','value2')
throws this error:
[ORA-00911: invalid character,
any ideas?