Hi All,
Is it possible in oracle to insert multiple rows in a single insert query, as is possible in sql server:
insert into test_table values ('abc', 'xyz'), ('mno', 'pqr');
This syntax is not supported in oracle. Is oracle having any alternative for this one.
Thanks & happy new year in advance.