<?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/sql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:53:07 GMT</pubDate>
<item>
<title>(SQL) MySQL: (Re)set the auto-increment value of a table - willbolton</title>
<link>http://snipplr.com/view/7057/mysql-reset-the-autoincrement-value-of-a-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Jul 2008 20:03:35 GMT</pubDate>
<guid>http://snipplr.com/view/7057/mysql-reset-the-autoincrement-value-of-a-table/</guid>
</item>
<item>
<title>(SQL) Importing data from (Excel) CSV into MySQL - jarnaldich</title>
<link>http://snipplr.com/view/6919/importing-data-from-excel-csv-into-mysql/</link>
<description><![CDATA[ <p>Imports data from CSV (excel-compatible format) into MySQL. Also check the mysqlimport utility and the complementary SELECT ... INTO OUTFILE.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 02:39:50 GMT</pubDate>
<guid>http://snipplr.com/view/6919/importing-data-from-excel-csv-into-mysql/</guid>
</item>
<item>
<title>(SQL) MySQL Table - US States - cbrant</title>
<link>http://snipplr.com/view/6637/mysql-table--us-states/</link>
<description><![CDATA[ <p>This will create and then populate a MySQL table with a list of the names and USPS abbreviations for US states and possessions in existence.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 01:45:05 GMT</pubDate>
<guid>http://snipplr.com/view/6637/mysql-table--us-states/</guid>
</item>
<item>
<title>(SQL) MySQL Table - ISO Country List with Abbreviations - cbrant</title>
<link>http://snipplr.com/view/6636/mysql-table--iso-country-list-with-abbreviations/</link>
<description><![CDATA[ <p>This will create and then populate a MySQL table with a list of the names and ISO 3166 codes for countries in existence.</p> ]]></description>
<pubDate>Tue, 10 Jun 2008 01:43:05 GMT</pubDate>
<guid>http://snipplr.com/view/6636/mysql-table--iso-country-list-with-abbreviations/</guid>
</item>
<item>
<title>(SQL) Multiple inserts - indianocean</title>
<link>http://snipplr.com/view/6492/multiple-inserts/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 29 May 2008 09:50:41 GMT</pubDate>
<guid>http://snipplr.com/view/6492/multiple-inserts/</guid>
</item>
<item>
<title>(SQL) Trac Report Alle offenen Aufgaben - qrist0ph</title>
<link>http://snipplr.com/view/6396/trac-report-alle-offenen-aufgaben/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 04:18:22 GMT</pubDate>
<guid>http://snipplr.com/view/6396/trac-report-alle-offenen-aufgaben/</guid>
</item>
<item>
<title>(SQL) Comma-Delimited List using Coalesce - mcbutterbuns</title>
<link>http://snipplr.com/view/6367/commadelimited-list-using-coalesce/</link>
<description><![CDATA[ <p>If you ever need to build a comma delimited list out of a column in SQL you can easily do this using the COALESCE function.</p> ]]></description>
<pubDate>Tue, 20 May 2008 17:50:43 GMT</pubDate>
<guid>http://snipplr.com/view/6367/commadelimited-list-using-coalesce/</guid>
</item>
<item>
<title>(SQL) Simple Oracle Trigger - indianocean</title>
<link>http://snipplr.com/view/6115/simple-oracle-trigger/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 May 2008 11:00:42 GMT</pubDate>
<guid>http://snipplr.com/view/6115/simple-oracle-trigger/</guid>
</item>
<item>
<title>(SQL) MySQL random password string - stancell</title>
<link>http://snipplr.com/view/5935/mysql-random-password-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Apr 2008 12:38:10 GMT</pubDate>
<guid>http://snipplr.com/view/5935/mysql-random-password-string/</guid>
</item>
<item>
<title>(SQL) proba - grogi</title>
<link>http://snipplr.com/view/5901/proba/</link>
<description><![CDATA[ <p>Stored procedure for adding new person.</p> ]]></description>
<pubDate>Thu, 17 Apr 2008 18:44:56 GMT</pubDate>
<guid>http://snipplr.com/view/5901/proba/</guid>
</item>
<item>
<title>(SQL) Storing an IP address in a database table - zingo</title>
<link>http://snipplr.com/view/5761/storing-an-ip-address-in-a-database-table/</link>
<description><![CDATA[ <p>You can store an IP address in an INT UNSIGNED (4 bytes) which is of course much more efficient and faster than a CHAR(15).
MySQL has two built-in functions: INET_ATON() and INET_NTOA(). These two functions are used allover the place in any TCP/IP stack implementation or even application.
The INET_ATON() function converts Internet addresses from the numbers-and-dots notation into a 32-bit unsigned integer, and INET_NTOA() does the opposite.</p> ]]></description>
<pubDate>Wed, 09 Apr 2008 20:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/5761/storing-an-ip-address-in-a-database-table/</guid>
</item>
<item>
<title>(SQL) MySQL Zip Code Table Structure - tclancy</title>
<link>http://snipplr.com/view/5755/mysql-zip-code-table-structure/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Apr 2008 07:51:55 GMT</pubDate>
<guid>http://snipplr.com/view/5755/mysql-zip-code-table-structure/</guid>
</item>
<item>
<title>(SQL) Check MySQL Queries - Leech</title>
<link>http://snipplr.com/view/5710/check-mysql-queries/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Apr 2008 22:41:02 GMT</pubDate>
<guid>http://snipplr.com/view/5710/check-mysql-queries/</guid>
</item>
<item>
<title>(SQL) Grant MySQL Privileges - cbrant</title>
<link>http://snipplr.com/view/5695/grant-mysql-privileges/</link>
<description><![CDATA[ <p>To grant all privileges to a user from any location login to the mysql shell and run the following queries.</p> ]]></description>
<pubDate>Fri, 04 Apr 2008 03:52:39 GMT</pubDate>
<guid>http://snipplr.com/view/5695/grant-mysql-privileges/</guid>
</item>
<item>
<title>(SQL) Set MySQL root password - cbrant</title>
<link>http://snipplr.com/view/5694/set-mysql-root-password/</link>
<description><![CDATA[ <p>To reset the MySQL root password, login to the mysql shell and run the following commands.</p> ]]></description>
<pubDate>Fri, 04 Apr 2008 03:48:37 GMT</pubDate>
<guid>http://snipplr.com/view/5694/set-mysql-root-password/</guid>
</item>
<item>
<title>(SQL) MySQL Unix Timestamps - mafro</title>
<link>http://snipplr.com/view/5643/mysql-unix-timestamps/</link>
<description><![CDATA[ <p>Example of date parsing when you store a unix timestamp as an int in your DB.</p> ]]></description>
<pubDate>Tue, 01 Apr 2008 10:00:15 GMT</pubDate>
<guid>http://snipplr.com/view/5643/mysql-unix-timestamps/</guid>
</item>
<item>
<title>(SQL) UPDATE, falls Eintrag schon vorhanden, sonst INSERT - drk</title>
<link>http://snipplr.com/view/5614/update-falls-eintrag-schon-vorhanden-sonst-insert/</link>
<description><![CDATA[ <p>Wenn ein INSERT einen doppelten Wert erzeugen würde, wird das UPDATE ausgeführt.</p> ]]></description>
<pubDate>Sun, 30 Mar 2008 10:20:13 GMT</pubDate>
<guid>http://snipplr.com/view/5614/update-falls-eintrag-schon-vorhanden-sonst-insert/</guid>
</item>
<item>
<title>(SQL) Simple Oracle stored procedure - indianocean</title>
<link>http://snipplr.com/view/5567/simple-oracle-stored-procedure/</link>
<description><![CDATA[ <p>Just a template...</p> ]]></description>
<pubDate>Wed, 26 Mar 2008 06:51:42 GMT</pubDate>
<guid>http://snipplr.com/view/5567/simple-oracle-stored-procedure/</guid>
</item>
<item>
<title>(SQL) TSQL for Recursive Select Using Common Table Expressions - rengber</title>
<link>http://snipplr.com/view/5547/tsql-for-recursive-select-using-common-table-expressions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Mar 2008 18:00:18 GMT</pubDate>
<guid>http://snipplr.com/view/5547/tsql-for-recursive-select-using-common-table-expressions/</guid>
</item>
<item>
<title>(SQL) MySQL Commands I wish I could remember - chrisaiv</title>
<link>http://snipplr.com/view/5537/mysql-commands-i-wish-i-could-remember/</link>
<description><![CDATA[ <p>1. Load Data from a csv file
2. Backing up a complete database
3. Backing up a specific table
4. Backing up multiple databases
5. Restoring a database
6. Setting up foreign keys between two databases</p> ]]></description>
<pubDate>Sun, 23 Mar 2008 09:45:27 GMT</pubDate>
<guid>http://snipplr.com/view/5537/mysql-commands-i-wish-i-could-remember/</guid>
</item>
</channel>
</rss>