Sql question

From: Roberto Dircio Palacios Macedo <is092756_at_mail.udlap.mx>
Date: 1998/02/25
Message-ID: <6d1scf$lg4$1_at_news.xmission.com>#1/1


I have a doubt...

	I'm using a table with real data types......
	While trying to access it via CGI, i need to truncate it so my 
users don't view a nasty 
		0.56767 E + 01
	I want them to view a more understandable and usual thing like
	5.49588  

	Is there a function I can include in my select query to do this?
	Should I create a special view?
	


	Any suggestions?

thank you very much.

// This is a class to print out my signature class Signature {

        public static void main (String args[]) {
        for (;;) {
                 System.out.print("Roberto Dircio Palacios Macedo");
		 System.out.print("is092756_at_mail.pue.udlap.mx ");
                 }
        }

} Received on Wed Feb 25 1998 - 00:00:00 CET

Original text of this message