Re: Linebreaks

2003-05-31 Thread Dmitry Namiot
See for example Optimize taglib from Coldtags suite: http://www.servletsuite.com/jsp.htm -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com __ McAfee VirusScan Online from the Netscape Network. Comp

Re: Adding up all values in a column.

2003-05-31 Thread Eric Noriega
select sum(col1) from table1 where ; Ed Ventura wrote: How would I go about adding up all the values in a database column and then displaying that total to the user? I¹m using oracle. Thanks, Ed ventura. = To unsubscribe: mail

Re: Adding up all values in a column.

2003-05-31 Thread Emmanuel Eze
select sum(column_name) from table_name -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Ed Ventura Sent: Friday, May 30, 2003 6:08 PM To: [EMAIL PROTECTED] Subject: Adding up all values in a column. How woul

Adding up all values in a column.

2003-05-31 Thread Ed Ventura
How would I go about adding up all the values in a database column and then displaying that total to the user? I¹m using oracle. Thanks, Ed ventura. ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST