maxdb wrote: > > How to save my comments inner my db functions or procedures? > May be a misunderstanding, but - if you want to comment some statements in you dbproc/function, see http://dev.mysql.com/doc/maxdb/en/d4/16d63b5506c351e10000000a11402f/frameset.htm
- if you want to comment some objects created in your dbproc/function (I do not think so, as you will not comment a temp table), you can't do, as no COMMENT statement is allowed in dbproc/function Elke SAP Labs Berlin > > -- > MaxDB Discussion Mailing List > For list archives: http://lists.mysql.com/maxdb > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
