question about UDF
Zhixuan Zhu <[email protected]> Thu, 29 Nov 2012 16:51:51 -0600
| Newsgroups | gmane.comp.db.mysql.devel |
|---|---|
| Message-ID | <CACZPAZc=Fj8R38YUE7VL-Hoqtt7AjCwFayKpL-sd7H5jiZ9AkA@mail.gmail.com> |
Hi, I have two questions: 1. Is there a way that I can add customized reserved words to mysql? 2. Is it possible that I can use the customized reserve words in my udf function? For example, my_udf_func(my_reserved_word, 3) I know I can put a quote around the reserved word and pretend it's a string; or I can even create another udf function for the reserved word and invoke it with open parenthesis. But it'll be the best if I can just use the keyword as it is. I'm using mysql-5.1.39. Thanks a lot for any suggestion! Grace -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals