<?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: SQL code against tables with '&amp;gt;' in headers suddenly failing? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67680#M33414</link>
    <description>&lt;P&gt;please dont use back ticks use and whole statement should not be in `` use ' ' for value only&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 13:31:12 GMT</pubDate>
    <dc:creator>Aviral-Bhardwaj</dc:creator>
    <dc:date>2024-04-30T13:31:12Z</dc:date>
    <item>
      <title>SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67652#M33398</link>
      <description>&lt;P&gt;Just want to post this issue we're experiencing here in case other people are facing something similar. Below is the wording of the support ticket request I've raised:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL code that has been working is suddenly failing due to syntax errors today. There have been no changes to the Databricks runtime we use (12.2).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The SQL code that is failing interrogates tables with '&amp;gt;' in the field names. The error is produced when you query these tables in a subquery or CTE and then SELECT from the subquery or CTE. &lt;U&gt;Our code uses backticks to enclose these field names already&lt;/U&gt;.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sample error message:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;[PARSE_SYNTAX_ERROR] Syntax error at or near '&amp;gt;'.(line 1, pos 5) == SQL == event&amp;gt;eventData&amp;gt;identityState&amp;gt;customerId -----^^^&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:53:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67652#M33398</guid>
      <dc:creator>Kayl669</dc:creator>
      <dc:date>2024-04-30T09:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67673#M33410</link>
      <description>&lt;P&gt;Please provide query here, query is not visible in the question&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 12:56:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67673#M33410</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2024-04-30T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67677#M33413</link>
      <description>&lt;P&gt;Code in the attached .png. Can you see this? Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 13:23:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67677#M33413</guid>
      <dc:creator>Kayl669</dc:creator>
      <dc:date>2024-04-30T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67680#M33414</link>
      <description>&lt;P&gt;please dont use back ticks use and whole statement should not be in `` use ' ' for value only&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 13:31:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67680#M33414</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2024-04-30T13:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67682#M33416</link>
      <description>&lt;P&gt;This was code that was working yesterday? You have to use backticks because the field names of the table contain characters akin to spaces?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 13:37:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/67682#M33416</guid>
      <dc:creator>Kayl669</dc:creator>
      <dc:date>2024-04-30T13:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL code against tables with '&gt;' in headers suddenly failing?</title>
      <link>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/68008#M33517</link>
      <description>&lt;P&gt;The point that we've got to with this is that MS Support / Databricks have acknowledged that they did something and are working on a fix. "The issue occurred due to the regression in the recent DBR maintenance release...Our engineering team is working on a hotfix for the issue, which should be implemented by tomorrow EOD"&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 07:55:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/sql-code-against-tables-with-gt-in-headers-suddenly-failing/m-p/68008#M33517</guid>
      <dc:creator>Kayl669</dc:creator>
      <dc:date>2024-05-03T07:55:44Z</dc:date>
    </item>
  </channel>
</rss>

