"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
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