How to Create a Table with its Owner_Name?
In MSSQL, I can create a table with its owner's name, for example,
CREATE TABLE [owner_name].[table_name] ;
In MySQL, the syntax is
CREATE TABLE database_name.table_name
How to specify the owner name in mysql, if doable?
Subject
Written By
Posted
How to Create a Table with its Owner_Name?
October 04, 2004 12:32PM
February 09, 2005 02:54PM
November 07, 2005 10:50PM
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.