telsale-management/代码/oracle/测试/测试语句.sql

33 lines
468 B
MySQL
Raw Permalink Normal View History

2018-06-21 06:39:11 +00:00
/*
truncate table telsale_oper_lst;
*/
/*
INSERT INTO telsale_oper_lst
(policy_no,
operator_code,
operator_name,
section_office_code,
section_office_name,
department_code,
department_name,
autotrader_code,
insruant_name,
plate_no,
entry_staff_code,
entry_date)
VALUES
(?,
?,
?,
?,
?,
?,
?,
?,
?,
?,
'800',
SYSDATE)
*/
SELECT * FROM telsale_oper_lst;