cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Save output of show table extended to table?

dplaut
New Contributor II

I want to save the output of 

    show table extended in catalogName like 'mysearchtext*';

to a table.

How do I do that?

3 REPLIES 3

dplaut
New Contributor II

I can't get this to work. I get the error:
[PARSE_SYNTAX_ERROR] Syntax error at or near 'SHOW'.line 2, pos 0

insert into my_target_table (database, tablename, istemporary, information)
SHOW TABLE EXTENDED LIKE 'mytable';

 

dplaut
New Contributor II

I would not have expected that to work as it violates rules I know about SQL and the purpose of the semicolon. And it does not work.

[PARSE_SYNTAX_ERROR] Syntax error at or near end of input.line 1, pos 75

njoyb
New Contributor II

Use  DESCRIBE EXTENDED customer AS JSON 
this returns as a json data  . This you can load 

Applicable to databricks 16.2 and above

https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-describe-table

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now