说,如果我有
如何异步运行批处理文件中的所有这些,即无需等待以前的程序停止?
cmd batch-file
假设所有外键都有适当的约束,是否有一个简单的SQL语句来删除DB中未引用的行?
简单的事情delete from the_table只是跳过包含子记录的任何行?
delete from the_table
我试图避免手动循环表或添加类似的东西where the_SK not in (a,b,c,d).
where the_SK not in (a,b,c,d)
sql oracle delete-row
batch-file ×1
cmd ×1
delete-row ×1
oracle ×1
sql ×1