Describe MenuItem Doesn't Show

iamclq

Member
In SQL Windows, Right Click at TableName, will show Menu, the menu include "Describe" menuitem.

Now, some table will show, but some table will not show this menuitem, why?

these table in the same scheme.
 
What happens if you navigate to such a table in the Object Browser and select Describe from the popup menu there?
 
thank you for your answer.

navigate to such a table in the Object Browser and select Describe from the popup menu there,
this can show.

but i want to know, why some table will show, but some table will not show this menuitem.

thank you!
 
for example: write following SQL in the SQL Windows

select * from table_a, table_b

then, right click on the text "table_a", the menu can show "Describe" menuitem, but on table_b isn't.
 
yes!

o48403109545_240.jpg
 
Back
Top