Re: Change the date format.

2004-04-11 Thread Egor Egorov
"David Carlos Brunstein" <[EMAIL PROTECTED]> wrote: > Hi Egor. > > Thanks for your answer. I'm relatively new to MySQL. > > Isn't any way -like an environment variable or configuration file > setting or something like that- to change the date fo

RE: Change the date format.

2004-04-10 Thread David Carlos Brunstein
Hi Egor. Thanks for your answer. I'm relatively new to MySQL. Isn't any way -like an environment variable or configuration file setting or something like that- to change the date format at the MySQL side, not at client side ? Regards, David. == David Carlos

Re: Change the date format.

2004-04-10 Thread Egor Egorov
"David Carlos Brunstein" <[EMAIL PROTECTED]> wrote: > > By these days I'm facing a system DB migration to MySQL (the last > production version) and I have the followin problem. All the SELECTs > sentences are all over the application, and for date/datetime filters > are using the dd/mm/ format

Change the date format.

2004-04-09 Thread David Carlos Brunstein
Hi, I'm new to the list. By these days I'm facing a system DB migration to MySQL (the last production version) and I have the followin problem. All the SELECTs sentences are all over the application, and for date/datetime filters are using the dd/mm/ format in the WHERE clause. Is the same i

Re: Can I change the date format...

2003-08-16 Thread Matthew McNicol
- Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 16, 2003 11:48 AM Subject: Re: Can I change the date format... > Karam Chand <[EMAIL PROTECTED]> wrote: > > Is there any

Re: Can I change the date format...

2003-08-16 Thread Victoria Reznichenko
Karam Chand <[EMAIL PROTECTED]> wrote: > Is there anyway to change the default date format > (possibly in a .ini or .cfg file) from -MM-DD to > another format ? (ie, mm/dd/ or any user-defined > format). No, You can't. > > The useage that I'm looking at is to import a CSV file > into a t

Can I change the date format...

2003-08-16 Thread Karam Chand
Hello Is there anyway to change the default date format (possibly in a .ini or .cfg file) from -MM-DD to another format ? (ie, mm/dd/ or any user-defined format). The useage that I'm looking at is to import a CSV file into a table (using Load data infile command) where dates are stor