I iamclq Member Dec 14, 2007 #1 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.
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.
Marco Kalter Administrator Staff member Dec 14, 2007 #1 What happens if you navigate to such a table in the Object Browser and select Describe from the popup menu there?
What happens if you navigate to such a table in the Object Browser and select Describe from the popup menu there?
I iamclq Member Dec 26, 2007 #1 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!
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!
I iamclq Member Jan 2, 2008 #1 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.
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.
Marco Kalter Administrator Staff member Jan 3, 2008 #1 Works fine for me. Is this really a complete example?