how to get enames with comma seperated values by deptwise
on emp table?
Answer Posted / gj
SELECT deptno, LIST_AGG(ename) AS EMP_STRING
FROM emp
GROUP BY deptno;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of nvl function?
how to decrement dates by 1 in mysql? : Sql dba
How many types of indexes are there in sql?
how can we know the number of days between two given dates using mysql? : Sql dba
How to call shell script from pl sql procedure?
What is audit logout in sql profiler?
What is sql engine in oracle?
What are the parts of a basic sql query?
what is schema? : Sql dba
Explain mutating table error.
What is normalization? How many normalization forms are there?
Why do we use function in pl sql?
What is attribute indicator in pl sql?
How many types of index are there?
What is scalar and vector?