Page History
...
| Parameter | scope="col" Description |
|---|---|
| tablename | Name of the table from which to delete a row. |
| key | Specifies the key for the row to delete. Keys are @fm-delimited. You can pass '*' to delete all rows. |
| lockflag | Specifies whether or not the row is locked during the delete row operation. If a row is locked by another station or process, it won't be deleted. If lockflag is null or zero, no locking takes place. |
See also
Remarks
| Code Block |
|---|
run Delete_Row "CAR_PARTS", "4*7", 0 |
...