InterviewSolution
Saved Bookmarks
| 1. |
Can You Pivot The Results Of A Query? |
|
Answer» You can use hierarchical QUERY with the sys_connect_by_path FUNCTION in Oracle 9i and above to PIVOT the RESULT. You can use hierarchical query with the sys_connect_by_path function in Oracle 9i and above to pivot the result. |
|