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
What is the non-clustered index in sql?
how to present a past time in hours, minutes and seconds? : Sql dba
What's the difference between inner join and left join?
How to load data with sql*loader?
What are crud methods?
What is nested table in pl sql?
What is the location of pre_defined_functions.
can sql servers linked to other servers like oracle? : Sql dba
What is dense_rank in sql?
How do you update a table in sql?
What are the commands used in sql?
What is function and procedure in pl sql?
what is blob? : Sql dba
Why truncate is used in sql?
Why we use stored procedure instead of query?