From: Michael Widenius Date: March 16 1999 6:55pm Subject: Decimal System List-Archive: http://lists.mysql.com/mysql/347 Message-Id: <14062.43150.848683.89060@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> "Jochen" == Jochen Haeberle writes: Jochen> Hi, Jochen> as I can see, mySQL internaly uses the (US) decimal-point. Is there Jochen> an easy way to swith to the (german) decimal-comma? Hi! With SQL, you have to use ','. If not, you will get problems when using functions: For example: SELECT ABS(1,2) Is this a call with one or two arguments ? Regards, Monty