Hi sumeet,
the syntax for insert is not right. insert into<tablename> values() and then pass the values in single quotes.the procedure will workand put a semi colon after the insert statement.
regards,
Prabuddha
Hi sumeet,
the syntax for insert is not right. insert into<tablename> values() and then pass the values in single quotes.the procedure will workand put a semi colon after the insert statement.
regards,
Prabuddha