<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Expression Rule with &amp;quot;Left Join&amp;quot; and &amp;quot;Inner Join&amp;quot; - SQL</title><link>https://community.appian.com/discussions/f/rules/14110/expression-rule-with-left-join-and-inner-join---sql</link><description>Hi everyone, 
 Is there some way to include &amp;quot;Left Join&amp;quot; and &amp;quot;Inner Join&amp;quot; inside an expression rule with &amp;quot;a!queryEntity&amp;quot;? 
 Thanks, 
 Josue</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Expression Rule with "Left Join" and "Inner Join" - SQL</title><link>https://community.appian.com/thread/63913?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 09:42:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:bdd47e79-9000-4678-9df6-cab68c461ed9</guid><dc:creator>paulc919</dc:creator><description>I&amp;#39;d urge even more care when using Stored Procedures - unless you limit how much data is brought back into memory you could easily gobble up a LOT of system memory and if you then do transformation on that data, the Heap Space will disappear quickly leading to a system outage. Unfortunately I&amp;#39;ve seen it happen in Production when Stored Procedure data volumes are not thought about and ALL records are brought into memory.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule with "Left Join" and "Inner Join" - SQL</title><link>https://community.appian.com/thread/63912?ContentTypeID=1</link><pubDate>Wed, 09 Jan 2019 09:05:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5a321315-080b-4da3-9b75-df372844f8e2</guid><dc:creator>dineshd0001</dc:creator><description>&lt;p&gt;I you don&amp;#39;t want to create view between the tables we can achieve this using Execute Stored Procedure plugin where we can execute the SQL statements and it will return the result in dictionary.We can use this approach if the data volume is high.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule with "Left Join" and "Inner Join" - SQL</title><link>https://community.appian.com/thread/63898?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 10:16:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cebfddec-2c47-422d-810d-87b95289292f</guid><dc:creator>sindhug</dc:creator><description>&lt;p&gt;Please go through below link. You will get basic understanding on how to create a view. &lt;br /&gt; &lt;a href="https://www.w3resource.com/sql/creating-views/creating-view.php#exam3."&gt;www.w3resource.com/.../creating-view.php&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; After creating the view , Create a Data type(CDT) for that view and map it to Data store. Create a Query entity based on your requirement.This would resolve your issue&lt;br /&gt; &lt;br /&gt; Thanks,&lt;br /&gt; Sindhu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule with "Left Join" and "Inner Join" - SQL</title><link>https://community.appian.com/thread/63897?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 09:38:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:83502efa-54f2-4e37-af58-7f1c6d2f8343</guid><dc:creator>josuv0001</dc:creator><description>[deleted]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Expression Rule with "Left Join" and "Inner Join" - SQL</title><link>https://community.appian.com/thread/63895?ContentTypeID=1</link><pubDate>Tue, 08 Jan 2019 09:18:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8fd4ad0-f642-4f97-964d-b66554ef73e2</guid><dc:creator>paulc919</dc:creator><description>If you&amp;#39;re looking to join on other tables then I&amp;#39;d recommend creating a SQL View that does the data manipulation and then having your queryEntity read the view. Care will be needed on the View access depending on expected data volumes and growth of data on the tables being joined together.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>