Is there anyway a stored procedure can return a list of values e.g. a column named as ClientName and returns all client names.
I don’t want to create a view or another table, it has to be done in a stored procedure or if there is any other way around.
stored procedure can return rowset