View Single Post

   
  #2 (permalink)  
Old 06-02-2008, 01:34 PM
Captain Paralytic
 
Posts: n/a
Default Re: mysql-stored routines

On 30 May, 15:03, agnes...@gmail.com wrote:
> Hi all,
>
> In Microsoft SQL 2005 the function return table type ex:
> returns table type (index int), how to implement the same in mysql.
> Also how to implement return, goto,raiserror in mysql stored
> procedures which is in microsoft SQL 2005 .


All explained for your pleasure in the manual:
http://dev.mysql.com/doc/refman/5.0/...rocedures.html
Reply With Quote