simple solution to this?
Posted by: joewaster
Date: March 07, 2005 04:44PM

SELECT ROUND(AVG(profit), 0) profit FROM perform

when i use JSTL to

<c:out value="${perform.profit}"/>

it still shows a dot zero at the end 33325.0

how do i get rid of it?!?!? I want it to just display 33325

Options: ReplyQuote


Subject
Written By
Posted
simple solution to this?
March 07, 2005 04:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.