摘要: 今天使用Mysql写函数,遇到了不少问题,现在将遇到的问题,和解决方法写下来.第一:mysql中,每一行都需要加一个分号, - -!第二:在mysql的函数中, 不能返回结果集.所以不能使用select * from tablename ,select column_name from tablename 等方式.否则要报错not allowed to return aresult set fro... 阅读全文
posted @ 2010-07-25 12:31 eastday 阅读(842) 评论(0) 推荐(0)