how to get enames with comma seperated values by deptwise
on emp table?
Answer Posted / kavitha nedigunta
SELECT deptno, wm_concat(ename) AS EMP_STRING
FROM emp
GROUP BY deptno;
works in 10g
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain two easy sql optimizations.
what are the advantages of sql ? : Sql dba
What is sql injection vulnerability?
Sql technical questions
what are different types of keys in sql?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
what is myisam? : Sql dba
What do you mean by field in sql?
What is an intersect?
How do you rank data in sql?
What are different categories of sql commands?
What is execute immediate?
What is compiled query?
Is sql a backend?
Does sql full backup truncate logs?