Could someone please let me know how to handle this situation?
I have a scenario where I need to read multiple values for a single column by calling an SQL stored procedure just once.
Ex: In the data I have name1, name2, name3, name4 and I need to call an SQL stored procedure once to read all these names and store them in the table.