Simple alias for a more complex command...
create procedure nameofmyprocedure () select * from mytable;
To use within mySQL
call nameofmyprocedure();
This assumes that no arguments are required (empty argument list () ).
Tuesday, 23 September 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment