insert into persons (id_p, lastname , firstName, city ) values (200,'haha' , 'deng' , 'shenzhen'), (201,'haha2' , 'deng' , 'GD'), (202,'haha3' , 'deng' , 'Beijing'); 这是mysql的插入语句.但是我们在oracle中是报错的,语句l 那怎么办呢 也许熟悉oracle数据库的可能知道从oracle9i版本以后,可以使用一种方法即: "