Dan Liu wrote:
Hi,

I have a question about 'create table'.

If two persons create table both name 'table1' at the same time in same
database, what would happen?


It cannot happen at the same time. Whoever does it second will get an error unless the table is created with create temporary table.


--
Sasha Pachev
Create online surveys at http://www.surveyz.com/

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



Reply via email to