Skip to main content

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

NameDataTypeList Options                          Description
tablenamestringThe table to search
fieldstringThe field to search on
valuestringThe value to match
columnsstringThe column or columns to return; if blank the entire record is returned