<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Another silly, my dumb modification</title>
	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Another silly, my dumb modification</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification#p518</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification#p518</guid>
        	        	<description><![CDATA[<p>If we start with this query:</p>
<p>SELECT divname, divid FROM sportsdb_divs WHERE conference = $confid ORDER BY divorder</p>
<p>You could filter out divisions this way:</p>
<p>SELECT divname, divid FROM sportsdb_divs WHERE conference = $confid AND divid NOT IN (4, 7, 9) ORDER BY divorder</p>
<p>You could use that "[WHERE&#124;AND] id_for_field NOT IN (list, of, ids)" syntax to exclude items in similar queries.</p>
]]></description>
        	        	<pubDate>Thu, 31 Jul 2008 00:55:20 +0000</pubDate>
        </item>
        <item>
        	<title>Jay on Another silly, my dumb modification</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification#p517</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/another-silly-my-dumb-modification#p517</guid>
        	        	<description><![CDATA[<p>I am drawing a blank here on how to edit the query on the standings display.  For our recreation ages 10 years old and younger, we put the focus on FUN and do not keep standings so we do not want that displayed.  If I only want to display certain divisions (example: divid > 13), how do I do it?</p>
<p>If feel dumb here.  I should know this!</p>
]]></description>
        	        	<pubDate>Wed, 30 Jul 2008 23:09:03 +0000</pubDate>
        </item>
</channel>
</rss>