How to query comments of tables with Spark SQL?

254 Views Asked by At

I can see the comment of a table among certain other things in SparkSQL like this.

DESCRIBE EXTENDED <table_name>

But let us say I want a query that shows the comments of all tables in a database. Is there a way to do that?

0

There are 0 best solutions below