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 are the drivers in mysql? : Sql dba
what is 'mysqlshow'? : Sql dba
How many indexes can be created on a table in sql?
how to analyze tables with 'mysqlcheck'? : Sql dba
Is sql pronounced sequel or sql?
what is single byte over head in oracle..?
Which is faster subquery or join?
Is mariadb nosql?
What is scalar and vector?
Is sql a oracle?
Which tcp/ip port does sql server run?
What is trigger point?
What does count (*) mean in sql?
what is the syntax for using sql_variant_property? : Transact sql
What is rollback?