This is a discussion on mysql-stored routines within the MySQL forums, part of the Database Server Software category; --> Hi all, In Microsoft SQL 2005 the function return table type ex: returns table type (index int), how to ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 . |
| ||||
| 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 |