MySQL Forums
Forum List  »  Microsoft SQL Server

How to Create a Table with its Owner_Name?
Posted by: maggie xian
Date: October 04, 2004 12:32PM

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?

Options: ReplyQuote


Subject
Written By
Posted
How to Create a Table with its Owner_Name?
October 04, 2004 12:32PM


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.