<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/mysql/tags/query</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 18:20:08 GMT</pubDate>
<item>
<title>(MySQL) MySQL - Simulate MySQL Queries - satie83</title>
<link>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</link>
<description><![CDATA[ <p>You could start a transaction before running your queries and then rollback after running them. Note that to do this you'll require InnoDB or XtraDb tables (won't work on MyISAM).</p> ]]></description>
<pubDate>Thu, 20 Sep 2012 20:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/67272/mysql--simulate-mysql-queries/</guid>
</item>
<item>
<title>(MySQL) MYSQL Table Migrations - erraja_07</title>
<link>http://snipplr.com/view/54960/mysql-table-migrations/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Jun 2011 20:56:08 GMT</pubDate>
<guid>http://snipplr.com/view/54960/mysql-table-migrations/</guid>
</item>
<item>
<title>(MySQL) MYSQL : changer le format d'un champs datetime dans un select - alexandrepayet</title>
<link>http://snipplr.com/view/38860/mysql--changer-le-format-dun-champs-datetime-dans-un-select/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 Aug 2010 17:21:27 GMT</pubDate>
<guid>http://snipplr.com/view/38860/mysql--changer-le-format-dun-champs-datetime-dans-un-select/</guid>
</item>
<item>
<title>(MySQL) Get random record based on weight - BFTrick</title>
<link>http://snipplr.com/view/20485/get-random-record-based-on-weight/</link>
<description><![CDATA[ <p>Must have a field named Weight.  The more Weight the more often the record is selected.  Weight should be an integer between 1 and 10.</p> ]]></description>
<pubDate>Wed, 30 Sep 2009 15:09:16 GMT</pubDate>
<guid>http://snipplr.com/view/20485/get-random-record-based-on-weight/</guid>
</item>
</channel>
</rss>