I want to write Stored Procedure to get the following output when I pass the parameter 1,
column_name
-----------
option 1
option 2
option 3
and when I pass the parameter 2 the output should be,
column_name
-----------
option 5
option 6
Is it possible to create procedure to get this output without using any tables?