<?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 How do we join two different SQL Queries from different provider in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-we-join-two-different-SQL-Queries-from-different-provider/m-p/1580786#M739958</link>
    <description>&lt;P&gt;I have two different queries.&lt;/P&gt;&lt;P&gt;One query (query1), i am using SQL server data. using LOAD Queries.&lt;/P&gt;&lt;P&gt;other query (query2), i am using Oracle data using SELECT Statement. (Oracle query is heavy and i am using select statement.&lt;/P&gt;&lt;P&gt;how do we join both LOAD and SELECT (SQL SERVER and ORACLE) and finally get one single query..?&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO [Provider=SQLOLEDB.1;Persist............&lt;/P&gt;&lt;P&gt;SQLTABLE1:&lt;/P&gt;&lt;P&gt;LOAD EmpNo.Name,Section;&lt;/P&gt;&lt;P&gt;SQL SELECT * from "EmpTable1";&lt;/P&gt;&lt;P&gt;ORACLETABLE2:&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp;EmpNo.Name,Section where EmpNo in ('EMP101','EMP102');&lt;/P&gt;&lt;P&gt;How to join the above&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:34:03 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2024-11-16T03:34:03Z</dc:date>
    <item>
      <title>How do we join two different SQL Queries from different provider</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-join-two-different-SQL-Queries-from-different-provider/m-p/1580786#M739958</link>
      <description>&lt;P&gt;I have two different queries.&lt;/P&gt;&lt;P&gt;One query (query1), i am using SQL server data. using LOAD Queries.&lt;/P&gt;&lt;P&gt;other query (query2), i am using Oracle data using SELECT Statement. (Oracle query is heavy and i am using select statement.&lt;/P&gt;&lt;P&gt;how do we join both LOAD and SELECT (SQL SERVER and ORACLE) and finally get one single query..?&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT32 TO [Provider=SQLOLEDB.1;Persist............&lt;/P&gt;&lt;P&gt;SQLTABLE1:&lt;/P&gt;&lt;P&gt;LOAD EmpNo.Name,Section;&lt;/P&gt;&lt;P&gt;SQL SELECT * from "EmpTable1";&lt;/P&gt;&lt;P&gt;ORACLETABLE2:&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp;EmpNo.Name,Section where EmpNo in ('EMP101','EMP102');&lt;/P&gt;&lt;P&gt;How to join the above&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-join-two-different-SQL-Queries-from-different-provider/m-p/1580786#M739958</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-16T03:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do we join two different SQL Queries from different provider</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-join-two-different-SQL-Queries-from-different-provider/m-p/1580797#M739959</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Scripting/load-data-from-previously-loaded-table.htm" target="_blank" rel="noopener"&gt;previously-loaded-table&lt;/A&gt;&amp;nbsp;/&amp;nbsp;resident load to meet your requirment.&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;1,2&lt;/P&gt;&lt;P&gt;3,4&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;A,C&lt;/P&gt;&lt;P&gt;1,F&lt;/P&gt;&lt;P&gt;3,G&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Table1Final:&lt;/P&gt;&lt;P&gt;A,B&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Table1;&lt;/P&gt;&lt;P&gt;left join(Table1Final:);&lt;/P&gt;&lt;P&gt;Table2Final:&lt;/P&gt;&lt;P&gt;A,C&lt;/P&gt;&lt;P&gt;resident&amp;nbsp;Table2;&lt;/P&gt;&lt;P&gt;drop table Table2,Table1;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 06:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-join-two-different-SQL-Queries-from-different-provider/m-p/1580797#M739959</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2019-05-16T06:46:00Z</dc:date>
    </item>
  </channel>
</rss>

