I’m enamored with mysql’s \G feature which I find very useful when SELECTing from tables with many columns. Is there a similar feature in oracle which displays each column on its own line? How do people normally deal with this issue?
I’m enamored with mysql’s \G feature which I find very useful when SELECTing from
Share
I use Tom Kyte’s print_table procedure
For example: