<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Save output of show table extended to table? in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/115906#M9858</link>
    <description>&lt;P&gt;Use&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;DESCRIBE&lt;/SPAN&gt; &lt;SPAN class=""&gt;EXTENDED&lt;/SPAN&gt;&lt;SPAN class=""&gt; customer &lt;/SPAN&gt;&lt;SPAN class=""&gt;AS&lt;/SPAN&gt;&lt;SPAN class=""&gt; JSON&amp;nbsp;&lt;BR /&gt;this returns as a json data&amp;nbsp; . This you can load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Applicable to databricks 16.2 and above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-describe-table" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-describe-table&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Apr 2025 06:51:04 GMT</pubDate>
    <dc:creator>njoyb</dc:creator>
    <dc:date>2025-04-19T06:51:04Z</dc:date>
    <item>
      <title>Save output of show table extended to table?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54616#M6229</link>
      <description>&lt;P&gt;I want to save the output of&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; show table extended in catalogName like 'mysearchtext*';&lt;/P&gt;&lt;P&gt;to a table.&lt;/P&gt;&lt;P&gt;How do I do that?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 20:57:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54616#M6229</guid>
      <dc:creator>dplaut</dc:creator>
      <dc:date>2023-12-04T20:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Save output of show table extended to table?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54672#M6231</link>
      <description>&lt;P&gt;I can't get this to work. I get the error:&lt;BR /&gt;&lt;SPAN&gt;[PARSE_SYNTAX_ERROR] Syntax error at or near 'SHOW'.line 2, pos 0&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;insert into my_target_table (database, tablename, istemporary, information)
SHOW TABLE EXTENDED LIKE 'mytable';&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 15:15:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54672#M6231</guid>
      <dc:creator>dplaut</dc:creator>
      <dc:date>2023-12-05T15:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save output of show table extended to table?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54762#M6233</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[PARSE_SYNTAX_ERROR] Syntax error at or near end of input.line 1, pos 75&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 11:51:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/54762#M6233</guid>
      <dc:creator>dplaut</dc:creator>
      <dc:date>2023-12-06T11:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save output of show table extended to table?</title>
      <link>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/115906#M9858</link>
      <description>&lt;P&gt;Use&amp;nbsp;&amp;nbsp;&lt;SPAN class=""&gt;DESCRIBE&lt;/SPAN&gt; &lt;SPAN class=""&gt;EXTENDED&lt;/SPAN&gt;&lt;SPAN class=""&gt; customer &lt;/SPAN&gt;&lt;SPAN class=""&gt;AS&lt;/SPAN&gt;&lt;SPAN class=""&gt; JSON&amp;nbsp;&lt;BR /&gt;this returns as a json data&amp;nbsp; . This you can load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Applicable to databricks 16.2 and above&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-describe-table" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-syntax-aux-describe-table&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Apr 2025 06:51:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/save-output-of-show-table-extended-to-table/m-p/115906#M9858</guid>
      <dc:creator>njoyb</dc:creator>
      <dc:date>2025-04-19T06:51:04Z</dc:date>
    </item>
  </channel>
</rss>

