I am trying to write some pseudo dynamic sql to generate a script. It is something I have done much of in Oracle and SQL Server, but I can't figure out the data dictionary for MySQL
Example (what I would do in Oracle):
select "select " || column_name || " from " || table_name || ";"
from...
This is an odd request... I have a friend who asked if there was a way to pull data from a web page from within a trigger or stored procedure using a 'get' type of command and specifying a URL.
It sounded pretty odd to me... and very unlikely, but what the heck, there are a lot of folks with...
I am trying to get some information on the FIRST_ROWS optimizer option in Oracle 9i.
I know that this option tells the optimizer to return the first row of the result set as fast as possible.
However, I know that in many product's cost based optimizers, that when the first rows type of option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.