REMOVE_RECORD
Remove a record from a table (archive)
Example Usage
REMOVE_RECORD(MyTable, item)
Overview
Function signature
REMOVE_RECORD(tablename, record)
Category
DB
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
tablename | string | The table to search | |
record | None | The record to save |