表名参数化

This commit is contained in:
2018-06-21 14:39:11 +08:00
parent a319843c16
commit ecf50ef77e
12 changed files with 119 additions and 86 deletions

View File

@@ -0,0 +1,32 @@
/*
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;