Tagged Questions

1
vote
1answer
1k views

MySQL : When stored procedure parameter name is the same as table column name [continue]

Let's say a have a stored procedure SetCustomerName which has an input parameter Name, and I have a table customers with column Name. So inside my stored procedure I want to set customer's name. If I ...