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 :)
Subject
Views
Written By
Posted
3592
January 21, 2017 08:59AM
765
January 21, 2017 04:28PM
760
January 31, 2017 01:12PM
803
January 31, 2017 02:04PM
Re: Extending/modifying MySQL around stored procedures
740
January 31, 2017 03:20PM
780
January 31, 2017 03:37PM
703
February 01, 2017 01:54AM
Sorry, you can't reply to this topic. It has been closed.
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.