tags:

views:

48

answers:

1

I know how to do this using SELECT but how can I do this using DESC?

+3  A: 

No, you can't. These are the only options available regarding DESC/DESCRIBE:

  • LINESIZE
  • DEPTH
  • INDENT
  • LINE

Of those, DEPTH would be the most likely - but all it does is lookup children objects & present their attributes in the list.

OMG Ponies
Learned something today. Thanks ponies.
EvilTeach