This is my query
select deptno,ename from emp_task;
Output
I want the output like this
eno ename
20 TRINATH/RABHA
8 SAIKIRAN/KISHORE
10 KUMAR/VICKY/DAFNI
This is my query
select deptno,ename from emp_task;
Output
I want the output like this
eno ename
20 TRINATH/RABHA
8 SAIKIRAN/KISHORE
10 KUMAR/VICKY/DAFNI