How can multiply values of a column? OR How can multiply value
of a row of a column using a single query in SQL?
Answer Posted / amit shukla
SELECT EXP (SUM (LN (COLUMN_NAME) FROM TABLE.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
How to install oracle sql developer?
How do I create a sql script?
What are the operators in sql?
How to call a javascript function from pl sql?
How would you reference column values before and after you have inserted and deleted triggers?
What is a nested table in word?
what is row? : Sql dba
What type of join is sql join?
How exception handling is done in advance pl/sql?
What are the constraints available in sql?
what is foreign key? : Sql dba
How do I copy a table in sql?
What is difference between procedure and trigger?
Is sql scripting language?
Can we rollback delete command?