MySQL Forums
Forum List  »  InnoDB

Re: dynamic outfile name
Posted by: KimSeong Loh
Date: February 14, 2008 04:45PM

Did you try a string function or any functions that returns a string?

The value is a literal string, try
select ..into outfile date_format(now, %Y-%m-%d_%H.%i.%S') ..

Not sure if it works or not.

Options: ReplyQuote


Subject
Views
Written By
Posted
10494
August 12, 2007 06:29PM
3378
August 13, 2007 05:24AM
3418
August 13, 2007 10:05PM
3245
August 14, 2007 02:16AM
3774
August 19, 2007 11:31AM
3533
August 19, 2007 06:46PM
3428
February 13, 2008 02:49PM
Re: dynamic outfile name
2754
February 14, 2008 04:45PM
2722
February 15, 2008 02:26PM
2585
February 20, 2008 04:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.