Hi All,
My table has two columns customerID (int) and customerName
I want to write a stored procedure that will get a list of integers and then return all the customers names associated with these IDs. How to do that ?
Thanks
Hi All,
My table has two columns customerID (int) and customerName
I want to write a stored procedure that will get a list of integers and then return all the customers names associated with these IDs. How to do that ?
Thanks