I'm not familiar with that function in MS SQL, and you're a bit unclear, but it looks 
like you might be able to use temporary
tables.

http://www.mysql.com/doc/en/CREATE_TABLE.html

Temporary tables are on a per-connection basis, and are unique per connection (each 
connection can have a temporary table that won't
conflict with others). Temporary tables are dropped as soon as the connection is 
dropped.

Chris

-----Original Message-----
From: William IT [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 29, 2003 5:01 PM
To: [EMAIL PROTECTED]
Subject: Multiuser Programming


I am doing transfer from MS SQL.
In MS SQL while I connect as "USER1" my table will be create as User1.TableName.
This will avoid conlict with other user.

Now, how do I do that in Mysql? Or, maybe there is such system in Mysql. Is there any 
Mysql reference talk about this matter?


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to