Re: CREATE TABLE with date as part of table name

2003-06-23 Thread Egor Egorov
"Me" <[EMAIL PROTECTED]> wrote: > > I would like to know how to create a table within MySQL at the command > prompt where the table name will be something like: > > > MyTableName_TodaysDate > > > Is this possible while at the command prompt? I am trying to create a batch > file that will creat

CREATE TABLE with date as part of table name

2003-06-22 Thread Me
I would like to know how to create a table within MySQL at the command prompt where the table name will be something like: MyTableName_TodaysDate Is this possible while at the command prompt? I am trying to create a batch file that will create a table in MySQL based on todays date. The syst