MySQL Forums
Forum List  »  Stored Procedures

Re: Extending/modifying MySQL around stored procedures
Posted by: Nigel Rudd
Date: January 31, 2017 03:20PM

Peter Brawley Wrote:
-------------------------------------------------------
> Such mods would change how the DB works; how would
> that illuminate how the DB works?
Hmmm.. it would change how the database works, but it
will fundamentally still be the same. To understand
how a stored procedure is translated into it's pseudo
code can help in optimizing code.

> By "define a variable as being the same as a field
> on a table" do you mean define a var holding the
> name of the field, or define a var holding all its
> values in the table where it occurs?
Neither - I'm more referring to something like %TYPE
which Oracle allows.

> Suggestion: learn thoroughly how to use MySQL
> before you set about changing it.
I'm the sort of person who learns how a TV works
by taking it apart :)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Extending/modifying MySQL around stored procedures
624
January 31, 2017 03:20PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.