View source: R/040-sqlserver.R
sql_pushData_InputDel | R Documentation |
将数据写入数据库带备份模式
sql_pushData_InputDel(
token = "9B6F803F-9D37-41A2-BDA0-70A7179AF0F3",
data,
table_name = "rds_mfg_moSchedule",
table_name_input = "rds_mfg_moScheduleInput",
table_name_del = "rds_mfg_moScheduleDel",
keys = c("FMoNumber", "FPlanDate"),
FInterId = "FInterId"
)
token |
口令 |
data |
数据 |
table_name |
表名 |
table_name_input |
输入表 |
table_name_del |
备份表 |
keys |
业务主键 |
FInterId |
系统主键 |
返回值
sql_pushData_InputDel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.