What will be the output of the following query? select replace(substr((dump(ename)),(instr((dump(ename)),' ',-1,1))),',',' ') "Value of ENAME" from emp;

Value of ename
----------------------
83 77 73 84 72
65 76 76 69 78

Showing Answers 1 - 3 of 3 Answers

sravan

  • Sep 21st, 2006
 

Value of ENAME
------------------------
 83 77 73 84 72
 65 76 76 69 78
 87 65 82 68
 74 79 78 69 83
 77 65 82 84 73 78
 66 76 65 75 69
 67 76 65 82 75
 83 67 79 84 84
 75 73 78 71
 84 85 82 78 69 82
 65 68 65 77 83

Value of ENAME
------------------------
 74 65 77 69 83
 70 79 82 68
 77 73 76 76 69 82

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions