Hi, I can't format properly a double number in scientific style. The number is around 3e-32, so I need it in scientific format with 2 decimals. In a usual 'select' it comes in scientific format but with a large number of decimals. If I try to fix the number of decimals with round() or format() it returns just 0.00 (it looses the scientific format).
What can I do to fix the number of decimals without loosing the scientific style? Thanks Paula -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]