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?
Why do we use joins?
How is a PL/SQL code compiled?
What are the two different parts of the pl/sql packages?
What is difference between mysql and postgresql?
Is it important to partition hard disk?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
Explain what is rdbms?
How does sql profiler work?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How many parts of a pl sql block are optional?
how many ways to get the current time? : Sql dba
What do you mean by table in sql?
What is t sql in sql server?