DB_Column.first
first
Group: Selections
Documentation
Returns the first element in the column, if it exists. If the column is empty, this method will return a dataflow error containing an Index_Out_Of_Bounds
.
Examples
Get the first element of a column.
import Standard.Examples
example_first = Examples.integer_column.first