Re: Create database if does not exist.

2002-03-14 Thread Gerald R. Jensen
Try ... CREATE DATABASE /*!32312 IF NOT EXISTS*/ databasename; ... then try reading the manual! - Original Message - From: "Radhakrishna Mohan Tadepalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 11:40 AM Subject: Create data

Re: Create database if does not exist.

2002-03-13 Thread Brian Reichert
On Wed, Mar 13, 2002 at 09:40:44AM -0800, Radhakrishna Mohan Tadepalli wrote: > I want to "create a database "test_db1", if "test_db1" does not exist in the > server" using sql script. Is it possible? >From 6.5.1 CREATE DATABASE Syntax CREATE

Create database if does not exist.

2002-03-13 Thread Radhakrishna Mohan Tadepalli
I want to "create a database "test_db1", if "test_db1" does not exist in the server" using sql script. Is it possible? _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ---