richard <[EMAIL PROTECTED]> wrote:
> 
> Is it possible to setup MySQL in french ?
> 
> For example, when I write and execute "SELECT monthname(mydate) from
> mytable", it return the month name of "mydate" (march, april, may,
> ....).
> I'd like it return "mars, avril, mai,....." = the month is french.
> 
> So, is it possible ?
> How ?

>From version 5.0 you can write your own function:
        http://dev.mysql.com/doc/mysql/en/Stored_Procedures.html

In earlier versions you can create table with month name and then JOIN original table 
and month_name table.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to