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 dcl in sql?
How do I run a sql query in pgadmin 4?
What are the two types of exceptions in pl/sql?
What is java sql package?
How do I audit the sql sent to the server?
What is a record in pl/sql?
What is a join?
how to use myisamchk to check or repair myisam tables? : Sql dba
What are different types of statements supported by sql?
Why do we use triggers?
what is a control file ? : Sql dba
Do we need commit after truncate?
how to calculate the difference between two dates? : Sql dba
how to get help information from the server? : Sql dba
how to add a new column to an existing table in mysql? : Sql dba