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
Which are the different types of indexes in sql?
What is a unique constraint?
how to analyze tables with 'mysqlcheck'? : Sql dba
What are all the common sql functions?
How much does sqlite cost?
What is a null value?
Can sql developer connect to db2?
What is sql mysql pl sql oracle?
explain access control lists. : Sql dba
What is clustered and nonclustered index in sql?
What is the difference between numeric and autonumber?
How do you bind variables in pl sql?
What is difference between stored procedures and application procedures?
What is dba in sql? : SQL DBA
Is nosql relational?