<?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>Comments on: How-To MySQL Table Joins</title> <atom:link href="http://brenelz.com/blog/howto-mysql-table-joins/feed/" rel="self" type="application/rss+xml" /><link>http://brenelz.com/blog/howto-mysql-table-joins/</link> <description>a winnipeg website design company.</description> <lastBuildDate>Mon, 06 Feb 2012 15:07:39 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: admin</title><link>http://brenelz.com/blog/howto-mysql-table-joins/comment-page-1/#comment-67</link> <dc:creator>admin</dc:creator> <pubDate>Fri, 24 Oct 2008 18:56:29 +0000</pubDate> <guid isPermaLink="false">http://blog.brenelz.com/?p=165#comment-67</guid> <description>Nice tip bill! Yeah I was stricly thinking of the MySQL database, but you want to keep your queries non specific to the database if you can.</description> <content:encoded><![CDATA[<p>Nice tip bill! Yeah I was stricly thinking of the MySQL database, but you want to keep your queries non specific to the database if you can.</p> ]]></content:encoded> </item> <item><title>By: Bill Craun</title><link>http://brenelz.com/blog/howto-mysql-table-joins/comment-page-1/#comment-66</link> <dc:creator>Bill Craun</dc:creator> <pubDate>Fri, 24 Oct 2008 18:53:38 +0000</pubDate> <guid isPermaLink="false">http://blog.brenelz.com/?p=165#comment-66</guid> <description>To ensure database vendor portability, one should be using ANSI style join syntax. Now, I can run the same query on SQL Server, Oracle, DB2, MySQL, etc. without modification.SELECT u.firstName, u.lastName, p.productName, o.quantity FROM users u INNER JOIN orders o ON (u.user_id = o.user_id) INNER JOIN products p ON (o.product_id = p.product_id) WHERE o.order_id = 23-bill</description> <content:encoded><![CDATA[<p>To ensure database vendor portability, one should be using ANSI style join syntax. Now, I can run the same query on SQL Server, Oracle, DB2, MySQL, etc. without modification.</p><p>SELECT u.firstName, u.lastName, p.productName, o.quantity<br /> FROM users u<br /> INNER JOIN orders o ON (u.user_id = o.user_id)<br /> INNER JOIN products p ON (o.product_id = p.product_id)<br /> WHERE o.order_id = 23</p><p>-bill</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 26/33 queries in 0.005 seconds using disk: basic
Object Caching 504/505 objects using disk: basic

Served from: brenelz.com @ 2012-02-09 04:13:05 -->
