Is the following method for insertion of multiple records in a single query in Oracle DB not practiced usually…?

后端 未结 0 588
南旧
南旧 2020-12-05 01:18

SQL>create table student(snum number(5), sname char(10));

SQL>insert into student values(&snum, \'&sname\');

//it runs and asks questions like: e

相关标签:
回答
  • 消灭零回复
提交回复
热议问题