To get meta information on a table, you can use DESCRIBE EXTENDED or DESCRIBE DETAIL.
Quick examples:
DESCRIBE EXTENDED MyTable
Or...
DESCRIBE DETAIL MyTable
Each have their own set of details and overlap with meta like create time, type, etc.
To get meta information on a table, you can use DESCRIBE EXTENDED or DESCRIBE DETAIL.
Quick examples:
DESCRIBE EXTENDED MyTable
Or...
DESCRIBE DETAIL MyTable
Each have their own set of details and overlap with meta like create time, type, etc.
For further actions, you may consider blocking this person and/or reporting abuse
Chris Jarvis -
Vuong Bach Doan -
Raymond -
Hank Chiu -
Top comments (0)