Javascript example:
var orders = tables.ORDERS; var rows = orders.getRows(); while (rows.next()) { orders.setRowEmpty(false); }
Javascript example: