DESCRIBE
Function
DESCRIBE is specific to DataArts Fabric SQL. This syntax is used to display details about a specified object in LakeFormation.
Precautions
None.
Syntax
1 2 3 4 |
DESCRIBE table_name; DESCRIBE SCHEMA schema_name; DESCRIBE view_name; DESCRIBE FUNCTION function_name; |
Parameter Description
None.
Examples
Describes details about a target table.
1
|
DESCRIBE test_table; |
Describes details about a target database.
1
|
DESCRIBE SCHEMA test_schema; |
Describes details about a target view.
1
|
DESCRIBE VIEW test_view; |
Describes details about function function_name of test_schema.
1
|
DESCRIBE FUCNTION test_schema.function_name; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot