Equivalent of MSSQLTable Owner in MySQL
In MS SQL, one can specify a table owner in a CREATE TABLE statement and then qualify the table name with it in other statements. Is there an equivalent of table owner in My SQL?
We have an application working with MS SQL that uses numerous queries qualifying table names with user names. Need a way to posrt this application to a MySQL db without changing the queries. Pl help.
Subject
Written By
Posted
Equivalent of MSSQLTable Owner in MySQL
February 09, 2005 03:19PM
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.