【发布时间】:2021-03-15 11:11:42
【问题描述】:
我在 Oracle 中有一个表:员工
Employee表N的记录数
我的问题是在第 14 条记录之后它再次打印标题
SQLPLUS -S -M "HTML ON TABLE 'BORDER="2"'" HR@Ora10g @employee.sql>data_employee.html
查询: employee.sql
SELECT *
FROM EMPLOYEE;
EXIT
输出:
预期输出: Expected Output
【问题讨论】: