Re: string to timestamp conversion

2007-05-22 Thread Mogens Melander
Like: str_to_date('Thu May 17 09:15:47 2007','%a %b %e %T %Y') On Mon, May 21, 2007 21:10, [EMAIL PROTECTED] wrote: > Have you considered using the string to time function? > > > Sent via BlackBerry from T-Mobile > > -Original Message- > From: "Bryan Cantwell" <[EMAIL PROTECTED]> > Date

RE: string to timestamp conversion

2007-05-21 Thread Chris Boget
: MySQL General Subject: RE: string to timestamp conversion I see no string to date function that does this conversion... -Original Message- From: Bryan Cantwell Sent: Monday, May 21, 2007 2:08 PM To: MySQL General Subject: string to timestamp conversion I have a table with a varchar column

RE: string to timestamp conversion

2007-05-21 Thread Bryan Cantwell
I see no string to date function that does this conversion... -Original Message- From: Bryan Cantwell Sent: Monday, May 21, 2007 2:08 PM To: MySQL General Subject: string to timestamp conversion I have a table with a varchar column that contains a timestamp like this: 'Thu May 17 09:15

Re: string to timestamp conversion

2007-05-21 Thread seungp
Have you considered using the string to time function? Sent via BlackBerry from T-Mobile -Original Message- From: "Bryan Cantwell" <[EMAIL PROTECTED]> Date: Mon, 21 May 2007 12:08:11 To:"MySQL General" Subject: string to timestamp conversion I have a table with a varchar column that