<?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/"
		>
<channel>
	<title>评论：mysql left join 与 php foreach 的比较</title>
	<atom:link href="http://blog.51yip.com/php/268.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.51yip.com/php/268.html</link>
	<description>－－一步，二步，三步，N步，二行脚印</description>
	<lastBuildDate>Tue, 07 Jun 2022 01:26:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：chao</title>
		<link>http://blog.51yip.com/php/268.html/comment-page-1#comment-17385</link>
		<dc:creator>chao</dc:creator>
		<pubDate>Wed, 17 Feb 2016 07:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=268#comment-17385</guid>
		<description>数据库left jion是优化过的，但偶尔跨库join可以直接使用程序循环</description>
		<content:encoded><![CDATA[<p>数据库left jion是优化过的，但偶尔跨库join可以直接使用程序循环</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：justtest</title>
		<link>http://blog.51yip.com/php/268.html/comment-page-1#comment-922</link>
		<dc:creator>justtest</dc:creator>
		<pubDate>Tue, 13 Mar 2012 09:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=268#comment-922</guid>
		<description>你有没有测试过1000条数据的情况？</description>
		<content:encoded><![CDATA[<p>你有没有测试过1000条数据的情况？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：张映</title>
		<link>http://blog.51yip.com/php/268.html/comment-page-1#comment-122</link>
		<dc:creator>张映</dc:creator>
		<pubDate>Wed, 11 Aug 2010 09:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=268#comment-122</guid>
		<description>你可以把他们二个都测试一下，比较一下就知道了。</description>
		<content:encoded><![CDATA[<p>你可以把他们二个都测试一下，比较一下就知道了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：彭军</title>
		<link>http://blog.51yip.com/php/268.html/comment-page-1#comment-118</link>
		<dc:creator>彭军</dc:creator>
		<pubDate>Sat, 07 Aug 2010 15:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.51yip.com/?p=268#comment-118</guid>
		<description>$sql = &quot;SELECT a.id, a.name, a.sex, b.mobile, b.email FROM test as a,testslave as b WHERE a.id = b.parentid&quot;;　　　我喜欢这么写联合查询。不知道ｍｙｓｑｌ解析起来是不是比ｌｅｆｔ　ｊｏｉｎ　慢呢？</description>
		<content:encoded><![CDATA[<p>$sql = "SELECT a.id, a.name, a.sex, b.mobile, b.email FROM test as a,testslave as b WHERE a.id = b.parentid";　　　我喜欢这么写联合查询。不知道ｍｙｓｑｌ解析起来是不是比ｌｅｆｔ　ｊｏｉｎ　慢呢？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
