Executing describe command in database console
I have been very impressed with the db console to excute the db sql queries, but I am unable to execute describe command in db console. How can we run describe command ? Is it not supported?
Please sign in to leave a comment.
Hello.
Possible for me:
> describe some_table;
Put the caret in, Ctrl+Enter, the statement runs. Any problems on your side?
Regards,
Alexander.
If that's Oracle, then the case is described here: http://youtrack.jetbrains.com/issue/DBE-562
In general, to execute arbitrary piece of code, select that code and do Execute Selection from the menu.
Alexander.