Skip to main content

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

NameDataTypeList Options                          Description
tablenamestringThe table to search
idstringThe id to lookup