The most recent content from our members.
HI , I would like to know whether we can get the rows from dual in rows. For Example: select 'a','b','c' from Dual. Ouput: 'A' 'B' 'C' a b c But I required output in rowwise.i.e., Required Output: a b c I need a solution with nested query.without union and level commands Any help in this regard is highly appreciated.
It looks like you're new here. Sign in or register to get started.