View Single Post

   
  #3 (permalink)  
Old 04-17-2008, 05:09 PM
Captain Paralytic
 
Posts: n/a
Default Re: equivalent of oracle's nls_date_format

On 17 Apr, 00:38, dgri...@cs.csbuak.edu (Dave Griffith) wrote:
> What's the equivalent of doing this:
> ALTER SESSION SET nls_date_format='mon-dd-yyyy hh:miam';
> on MySQL 5.0? Trying to find the answer with Google keeps returning
> MySQL-to-Oracle conversions.
>
> --
> David Griffith
> dgri...@cs.csbuak.edu <-- Switch the 'b' and 'u'


See http://dev.mysql.com/doc/refman/5.0/...atetime_format
Reply With Quote