The FIRST() function returns the first value of the selected column.
We have the following "Purchases" table:
Now we want to find the first value of the "OrderPrice" column.
We use the following SQL statement:
Hint: Workaround if FIRST() function is not supported:
The result-set will look like this:
Your Query was successfully sent!