FETCH_RECORD_BY_ID
Fetch a row from a table
Example Usage
FETCH_RECORD(PayGroup, Employee.PayGroups_ID)
Overview
Function signature
FETCH_RECORD_BY_ID(tablename, id)
Category
DB
Return data type
list
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
tablename | string | The table to search | |
id | string | The id to lookup |