MySQL Forums
Forum List  »  Newbie

Exporting tables
Posted by: Mario Esteves
Date: August 22, 2005 03:20PM

I'm trying to export some tables into a variable filename, but mysql refuses.

I'm using something like:
concat('d:\\path\\', date_format(now(), '%d-%m-%Y %H-%i-%s'), '.txt')

Can I use variable filename with SELECT INTO OUTFILE?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
Exporting tables
August 22, 2005 03:20PM


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.