Search

Select data from Jiffy table

Articles

Use this function to extract data from Jiffy table.

Syntax

Select data from Jiffy table (Jiffy_table_name, Column_name, Offset, Count)

Parameters

Input Parameter Name Description
Jiffy_table_name Data Table Variable
Column_name Column Name to be extracted and the Condition to filter the output of the function separated by a comma
Offset Row Number to start select from
Count Total number of records to be extracted from the result set

Returns

Return value Description
Records Returns the table of records

Sample

Select data from Jiffy table(Branches, BranchName, BranchName=’NY’, 5, 10)

  • Extracts 10 records with the BranchName ‘NY’ from Branches table starting from 5th record.

To view all the Table functions, click here.

Did you find what you were looking for?