<?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: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187111#M884184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so this is workable. But thanks. Have a look of my &lt;STRONG&gt;attachment&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 18 Sep 2016 04:07:39 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-09-18T04:07:39Z</dc:date>
    <item>
      <title>In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187104#M884177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;Can anyone help me out below the SQL query, please?&lt;/P&gt;&lt;P&gt;I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.&lt;/P&gt;&lt;P&gt;What is the SQL query for this, below the one example tables.&lt;/P&gt;&lt;P&gt;Ex: Table A&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" height="148" style="border: none; height: 148px; width: 176px;" width="176"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Employee&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Salary&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;David&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;66000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Michel&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;60000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Richard&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;56000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Daniel&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;72000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Maxwell&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;80000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Ronald&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;75000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" height="150" style="border: none; width: 178px; height: 150px;" width="178"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Employee&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Salary&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Raj&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;90000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Krish&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;55000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Mohan&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;71000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Mary&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;69000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Alex&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;120000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Soham&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;92000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table C&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" height="148" style="border: none; width: 174px; height: 147px;" width="174"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Employee&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Salary&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Trump&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;45000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Modi&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;59000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Greek&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;76000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Joshi&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;61000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Kevin&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;83000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Charlet&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;74000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output would be like these&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table D&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" height="86" style="border: none; width: 172px; height: 86px;" width="172"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Employee&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Salary&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Alex&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;120000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Kevin&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;83000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="147"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Maxwell&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="135"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;80000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187104#M884177</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187105#M884178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are looking for an SQL query or do you want to do this in QlikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Sep 2016 23:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187105#M884178</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-17T23:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187106#M884179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌Hello Sunny Glad to you.&lt;/P&gt;&lt;P&gt;This query belongs to SQL database but if you are okay - I wish to see both queries in SQL and Qlikview.&lt;/P&gt;&lt;P&gt;Mean while I can compare what's the differences between both queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bob. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 00:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187106#M884179</guid>
      <dc:creator />
      <dc:date>2016-09-18T00:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187107#M884180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;SELECT &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;tableA&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Group by Employee&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;UNION&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;SELECT &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;tableB&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Group by Employee&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;UNION&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;SELECT &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;tableC&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;&lt;EM style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px;"&gt;Group by Employee&lt;/EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 03:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187107#M884180</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-09-18T03:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187108#M884181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌HI Ziad,&lt;/P&gt;&lt;P&gt;I appreciated your response,&lt;/P&gt;&lt;P&gt;Still I have confuse Group by is used for aggregated, if apply Group by to employee column, its aggregates to employee.&lt;/P&gt;&lt;P&gt;Could you please explain me once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 03:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187108#M884181</guid>
      <dc:creator />
      <dc:date>2016-09-18T03:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187109#M884182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny, How to do in Qlikview? For ref, PFA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 03:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187109#M884182</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-18T03:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187110#M884183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Employees:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Load &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;tableA&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Group by Employee&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;SELECT &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;tableB&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Group by Employee&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'courier new'; font-size: 16px; background-color: #f2f2f2;"&gt;Concatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;SELECT &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;Employee, Max(Salary) as Salary&lt;/EM&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt; FROM &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;tableC&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;EM style="font-weight: inherit; font-size: 16px; font-family: Consolas, 'courier new'; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;Group by Employee&lt;/EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 04:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187110#M884183</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-09-18T04:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187111#M884184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think so this is workable. But thanks. Have a look of my &lt;STRONG&gt;attachment&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 04:07:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187111#M884184</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-18T04:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187112#M884185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil, &lt;/P&gt;&lt;P&gt;I'm unable to open that attachment, getting Qlikview error &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;PFA error message&lt;IMG alt="Qlikview_Error.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137805_Qlikview_Error.png" style="height: 330px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 04:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187112#M884185</guid>
      <dc:creator />
      <dc:date>2016-09-18T04:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187113#M884186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anil -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One option is to do it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableA:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; 'TableA' as Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Employee&lt;/SPAN&gt;, Salary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;David, 66000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Michel, 60000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Richard, 56000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Daniel, 72000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maxwell, 80000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ronald, 75000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableB:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; 'TableB' as Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Employee&lt;/SPAN&gt;, Salary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raj, 90000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Krish, 55000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mohan, 71000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mary, 69000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alex, 120000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Soham, 92000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableC:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; 'TableC' as Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Employee&lt;/SPAN&gt;, Salary&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Trump, 45000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Modi, 59000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Greek, 76000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Joshi, 61000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kevin, 83000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Charlet, 74000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;LOAD Flag,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; Max(Salary) as MaxSalary,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; FirstSortedValue(Employee, -Salary) as EmployeeWidMaxSalary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Resident TableA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Group By Flag;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137819_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 10:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187113#M884186</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-18T10:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187114#M884187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;the 1st highest salary will be 120000&amp;nbsp; Alex, but here shows&amp;nbsp; &lt;/P&gt;&lt;P&gt;Maxwell 8000&lt;/P&gt;&lt;P&gt;Alex 120000&lt;/P&gt;&lt;P&gt;Kevin 83000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Sep 2016 20:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187114#M884187</guid>
      <dc:creator />
      <dc:date>2016-09-18T20:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187115#M884188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is just the matter of sorting it my friend....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137956_Capture.PNG" style="height: 205px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 23:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187115#M884188</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-19T23:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: In SQL Query: I have three tables A, B, and C, each table having employee and their salary, I want to get the high salary from each table in one table.</title>
      <link>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187116#M884189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 23:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/In-SQL-Query-I-have-three-tables-A-B-and-C-each-table-having/m-p/1187116#M884189</guid>
      <dc:creator />
      <dc:date>2016-09-19T23:43:27Z</dc:date>
    </item>
  </channel>
</rss>

