FETCH_RECORDS
Fetch rows from a table
Example Usage
Overview
Function signature
FETCH_RECORDS(tablename, field, value, columns)
Category
DB
Return data type
list
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
tablename | string | The table to search | |
field | string | The field to search on | |
value | string | The value to match | |
columns | string | The column or columns to return; if blank the entire record is returned |