polymorphism alternative for MySQL stored procedures
Posted
by zombiegx
on Stack Overflow
See other posts from Stack Overflow
or by zombiegx
Published on 2010-05-17T16:07:20Z
Indexed on
2010/05/17
16:10 UTC
Read the original article
Hit count: 171
mysql
|polymorphism
I'm porting some stored procedures from Informix to MySQL, but I have two stored procedures on Informix that have same name and different parameters.
In MySQL, I can't create two SP with the same name, and also can't create a SP with default values in parameters.
so, do someone out there know any hackery or black magic that may help me solve this problem?
thanks.
© Stack Overflow or respective owner