Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sql query to perform SUM on String data type

srikanth bJun 7 2021

In a table have three columns of data type string with their values as decimals. Need sql query to perform SUM for these columns.
SALES_QTY SALES_REVENUE_SETTING_CURRENCY SALES_REVENUE_SITE_CURRENCY
6679642.000000000 128889.721766052 14520998.854682000
6.000000000 40092.211517913 264187.628566338
can someone help?

Comments

Post Details

Added on Jun 7 2021
1 comment
4,311 views