<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Grouping JOIN Clauses In SQL</title>
	<atom:link href="http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: asd</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-42584</link>
		<dc:creator><![CDATA[asd]]></dc:creator>
		<pubDate>Tue, 09 Sep 2008 07:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-42584</guid>
		<description><![CDATA[thx for ur information]]></description>
		<content:encoded><![CDATA[<p>thx for ur information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cy</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-42140</link>
		<dc:creator><![CDATA[Cy]]></dc:creator>
		<pubDate>Thu, 28 Aug 2008 20:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-42140</guid>
		<description><![CDATA[Example 2 was my issue and I figured out  I can do select * from tableA,  tableB on xyz = (&#039; &#039; + xyz)]]></description>
		<content:encoded><![CDATA[<p>Example 2 was my issue and I figured out  I can do select * from tableA,  tableB on xyz = (&#8216; &#8216; + xyz)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imran Mohammed</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-41896</link>
		<dc:creator><![CDATA[Imran Mohammed]]></dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-41896</guid>
		<description><![CDATA[@Cy

Can you please more details please, 

1. Are you trying to join two columns, meaning concatinating for ex : 
tabA : cola = example
tabB : colb = example1 

concatination :cola+colb = exampleexample1 
Are you trying for this ? This should be no problem !

2. Are you trying to join two tables, using join operator.

select * from tableA , join tableB on cola.tableA= colb.tableB 

Are you trying to do this ? Give me a sample column values from both the tables and I will try to write script.

Thanks,
Imran.]]></description>
		<content:encoded><![CDATA[<p>@Cy</p>
<p>Can you please more details please, </p>
<p>1. Are you trying to join two columns, meaning concatinating for ex :<br />
tabA : cola = example<br />
tabB : colb = example1 </p>
<p>concatination :cola+colb = exampleexample1<br />
Are you trying for this ? This should be no problem !</p>
<p>2. Are you trying to join two tables, using join operator.</p>
<p>select * from tableA , join tableB on cola.tableA= colb.tableB </p>
<p>Are you trying to do this ? Give me a sample column values from both the tables and I will try to write script.</p>
<p>Thanks,<br />
Imran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cy</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-41875</link>
		<dc:creator><![CDATA[Cy]]></dc:creator>
		<pubDate>Thu, 21 Aug 2008 15:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-41875</guid>
		<description><![CDATA[I need to join field xyz in 2 tables.  In Table 1,  xyz is char 16 and in Table 2 xyz is char 17.  I can not change the field size in  either table.  There is one more leading space in Table 2 which cause no data to join together.  Any suggestions on how to join them?]]></description>
		<content:encoded><![CDATA[<p>I need to join field xyz in 2 tables.  In Table 1,  xyz is char 16 and in Table 2 xyz is char 17.  I can not change the field size in  either table.  There is one more leading space in Table 2 which cause no data to join together.  Any suggestions on how to join them?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amzi</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-40447</link>
		<dc:creator><![CDATA[Amzi]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:36:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-40447</guid>
		<description><![CDATA[INNER JOIN QUERY RESULT
------------------------------------
Id	Name	CityId	Id	Name
1	Russel	1	1	Portland]]></description>
		<content:encoded><![CDATA[<p>INNER JOIN QUERY RESULT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Id	Name	CityId	Id	Name<br />
1	Russel	1	1	Portland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amzi</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-40446</link>
		<dc:creator><![CDATA[Amzi]]></dc:creator>
		<pubDate>Fri, 18 Jul 2008 17:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-40446</guid>
		<description><![CDATA[Three Types OUTER Joins are available
1. Left Outer
2. Righ Outer
3. Full Outer

I am going to give small example to explain this
Table 1 Name - tblStudent 
Columns
	ID - Primary Key
	Name - Not Allow Null
	CityId - Foreign Key Refered ID Column in the City Table
		Allows Null
Data

Id	Name	CityId
1	Russel	1
2	Mike	NULL

	
Table 2 Name - tblCity
Columns
	ID - Primary Key
	Name - Not Allow Null
Data
Id	Name
1	Portland
2	Seattle


LEFT OUTER QUERY RESULT
------------------------
Id	Name	CityId	Id	Name
1	Russel	1	1	Portland
2	Mike	NULL	NULL	NULL

RIGHT OUTER QUERY RESULT
-------------------------
Id	Name	CityId	Id	Name
1	Russel	1	1	Portland
NULL	NULL	NULL	2	Seattle

FULL OUTER QuERY  RESULT
-------------------------
Id	Name	CityId	Id	Name
1	Russel	1	1	Portland
2	Mike	NULL	NULL	NULL
NULL	NULL	NULL	2	Seattle

Hope it explained you clearly]]></description>
		<content:encoded><![CDATA[<p>Three Types OUTER Joins are available<br />
1. Left Outer<br />
2. Righ Outer<br />
3. Full Outer</p>
<p>I am going to give small example to explain this<br />
Table 1 Name &#8211; tblStudent<br />
Columns<br />
	ID &#8211; Primary Key<br />
	Name &#8211; Not Allow Null<br />
	CityId &#8211; Foreign Key Refered ID Column in the City Table<br />
		Allows Null<br />
Data</p>
<p>Id	Name	CityId<br />
1	Russel	1<br />
2	Mike	NULL</p>
<p>Table 2 Name &#8211; tblCity<br />
Columns<br />
	ID &#8211; Primary Key<br />
	Name &#8211; Not Allow Null<br />
Data<br />
Id	Name<br />
1	Portland<br />
2	Seattle</p>
<p>LEFT OUTER QUERY RESULT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Id	Name	CityId	Id	Name<br />
1	Russel	1	1	Portland<br />
2	Mike	NULL	NULL	NULL</p>
<p>RIGHT OUTER QUERY RESULT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Id	Name	CityId	Id	Name<br />
1	Russel	1	1	Portland<br />
NULL	NULL	NULL	2	Seattle</p>
<p>FULL OUTER QuERY  RESULT<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Id	Name	CityId	Id	Name<br />
1	Russel	1	1	Portland<br />
2	Mike	NULL	NULL	NULL<br />
NULL	NULL	NULL	2	Seattle</p>
<p>Hope it explained you clearly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neeraj</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-32932</link>
		<dc:creator><![CDATA[neeraj]]></dc:creator>
		<pubDate>Wed, 16 Jan 2008 19:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-32932</guid>
		<description><![CDATA[hi,
how i do index in sql 2005 plz exp plz]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
how i do index in sql 2005 plz exp plz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zubair</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-30971</link>
		<dc:creator><![CDATA[zubair]]></dc:creator>
		<pubDate>Thu, 03 Jan 2008 11:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-30971</guid>
		<description><![CDATA[Hi mani
Different between inner join and outer join?
inner join return only match value from both table but in outer join the all value from one table will be return whther they r match or not ...

2)what is the difference between left inner join and right inner join?
i think there is a no concept of left inner join or right inner join

3)what is the difference between left outer join and right outer join?
left outer join return all the value from first table , and right join return all the value from second table

Thanx]]></description>
		<content:encoded><![CDATA[<p>Hi mani<br />
Different between inner join and outer join?<br />
inner join return only match value from both table but in outer join the all value from one table will be return whther they r match or not &#8230;</p>
<p>2)what is the difference between left inner join and right inner join?<br />
i think there is a no concept of left inner join or right inner join</p>
<p>3)what is the difference between left outer join and right outer join?<br />
left outer join return all the value from first table , and right join return all the value from second table</p>
<p>Thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mani</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-30845</link>
		<dc:creator><![CDATA[Mani]]></dc:creator>
		<pubDate>Wed, 02 Jan 2008 13:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-30845</guid>
		<description><![CDATA[Hi,

what is the difference between inner join and outer join?

what is the difference between left inner join and right inner join?

what is the difference between left outer join and right outer join?

Please explain it.

Regards,
Mani…]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>what is the difference between inner join and outer join?</p>
<p>what is the difference between left inner join and right inner join?</p>
<p>what is the difference between left outer join and right outer join?</p>
<p>Please explain it.</p>
<p>Regards,<br />
Mani…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Free Custom Essays</title>
		<link>http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-24183</link>
		<dc:creator><![CDATA[Free Custom Essays]]></dc:creator>
		<pubDate>Tue, 04 Dec 2007 05:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/12/03/sql-server-grouping-join-clauses-in-sql/#comment-24183</guid>
		<description><![CDATA[Hi

i would like to have any tutorials related to SQL Server 2005, can u help in that?]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>i would like to have any tutorials related to SQL Server 2005, can u help in that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

