<?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 SQL table alias autocomplete in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16326#M10525</link>
    <description>&lt;P&gt;I have a table with 600 columns and the table name is long. I want to use a table alias with autocomplete but it's not working. Any ideas how I can get this to work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;works&lt;/U&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sql 
&amp;nbsp;
--autocomplete works 
SELECT 
verylongtablename.column200 
verylongtablename.column300
FROM
verylongtablename
WHERE
verylongtablename.column400 = 'yes'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;does not work&lt;/U&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sql 
&amp;nbsp;
--autocomplete doest not work
SELECT 
a.column200 
a.column300
FROM
verylongtablename as a
WHERE
a.column400 = 'yes'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 17:01:43 GMT</pubDate>
    <dc:creator>jt</dc:creator>
    <dc:date>2022-12-16T17:01:43Z</dc:date>
    <item>
      <title>SQL table alias autocomplete</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16326#M10525</link>
      <description>&lt;P&gt;I have a table with 600 columns and the table name is long. I want to use a table alias with autocomplete but it's not working. Any ideas how I can get this to work? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;works&lt;/U&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sql 
&amp;nbsp;
--autocomplete works 
SELECT 
verylongtablename.column200 
verylongtablename.column300
FROM
verylongtablename
WHERE
verylongtablename.column400 = 'yes'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;U&gt;does not work&lt;/U&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sql 
&amp;nbsp;
--autocomplete doest not work
SELECT 
a.column200 
a.column300
FROM
verylongtablename as a
WHERE
a.column400 = 'yes'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 17:01:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16326#M10525</guid>
      <dc:creator>jt</dc:creator>
      <dc:date>2022-12-16T17:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table alias autocomplete</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16327#M10526</link>
      <description>&lt;P&gt;autocomplete works when you have a running cluster, can you please check and update, because it is working fine for me&lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 06:34:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16327#M10526</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2022-12-18T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: SQL table alias autocomplete</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16328#M10527</link>
      <description>&lt;P&gt;My cluster is running fine. Does autocomplete work for you with a table alias? &lt;/P&gt;</description>
      <pubDate>Sun, 18 Dec 2022 17:36:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-table-alias-autocomplete/m-p/16328#M10527</guid>
      <dc:creator>jt</dc:creator>
      <dc:date>2022-12-18T17:36:59Z</dc:date>
    </item>
  </channel>
</rss>

