有没有办法借助函数删除 db_table 的行?
我尝试在“模拟运行之前”操作中使用以下函数: 清除() 重置()
但是它们都不起作用,只有在 db_table 中我可以选择手动删除条目/行
在开始实验之前使用
deletFrom(myDbTable).execute();
,请参阅帮助:https://anylogic.help/anylogic/connectivity/querying.html#deleting-all-records-from-the-database-table