Fetches all string values from the first column of a query result.
This is a convenience method for queries that return a single column of string values (e.g., "SELECT name FROM table").
| stmt |
The prepared statement to execute |
|
A list of string values from the first column |