Get Rows
Retrieves a single row or multiple rows from a table.
Overview
This procedure gets a single row or multiple rows from a table. Optionally, a row selection formula can be specified to narrow the retrieval.
Input Concepts
Concept
Type
Description
Default
Required
row selection formula
string
A pandas query expression to select the row.
No default
No
Output Concepts
Concept
Description
row
The selected row.
Note: If multiple rows are found, a question will be raised asking you to select a row to continue.
Examples
In the examples below, the table
refers to the following table, which can be generated using the create a sample table
procedure:
Name
Number
Address
City
john
+ 1 (415) 691 9426
123 east street
San Francisco
joe
+ 1 (415) 691 1234
321 west street
San Jose
jack
+ 1 (415) 691 4595
213 north street
San Francisco
1. Get a Single Row
2. Get Multiple Rows
Last updated
Was this helpful?