我正在尝试按照以下过程将数据从平面文件转换为数据库。我在源代码中也有一个 update_dt_tm 列。我需要设置一个条件,如果 updt_dt_tm 介于最后 10 分钟之间,它会更新该表中的所有列。
我怎样才能做到这一点?
我只是想在条件拆分中添加一个条件。
源表:person_id,person_name,address,country,updt_dt,amount
目标表:person_id、person_name、person_address、person_country、person_updt_tm、person_amt