In the dclsql part, sql UPDATE needs to read a csv file. How do we pass in the csv data? dclsql TMain_SQL001: Update sales set order_status = "new" where order_id = psOrderId ; //psOrderId is the csv file column name. The data is from this column.
↧