Retrieving data from a data connection by using an SQL expression
You can use an SQL expression to retrieve data by using your choice of SQL, or by invoking a stored procedure. This mechanism returns a single value, which is the value of a single column in the first row of the result set returned by the SQL expression, or by the stored procedure call if you have chosen to use stored procedures.