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 do I save a stored procedure?
What is information schema in sql?
What are the types of variable use in pl sql?
how to check myisam tables for errors? : Sql dba
Which language is used in sql?
What is the purpose of the sql select top clause?
How can we find duplicate records in a table?
What is the purpose of primary key?
How do you sort in sql?
What is compiled query?
what are all the different types of indexes? : Sql dba
how to include numeric values in sql statements? : Sql dba
How many types of literals are available in pl sql?
Can you call pl/sql package functions from within a fast formula?
What is difference between my sql and sql?