<?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/popular/language/sql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 18:09:43 GMT</pubDate>
<item>
<title>(SQL) MySQL search - j_junyent</title>
<link>http://snipplr.com/view/4544/mysql-search/</link>
<description><![CDATA[ <p>http://sentidoweb.com/2007/07/25/consejos-mysql.php</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 19:44:17 GMT</pubDate>
<guid>http://snipplr.com/view/4544/mysql-search/</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\r\n2. Backing up a complete database\r\n3. Backing up a specific table\r\n4. Backing up multiple databases\r\n5. Restoring a database\r\n6. 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>
<item>
<title>(SQL) Load CSV into MySQL - brentroady</title>
<link>http://snipplr.com/view/790/load-csv-into-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 12 Aug 2006 11:18:19 GMT</pubDate>
<guid>http://snipplr.com/view/790/load-csv-into-mysql/</guid>
</item>
<item>
<title>(SQL) Command line instructions to create a database in MySQL - yuconner</title>
<link>http://snipplr.com/view/875/command-line-instructions-to-create-a-database-in-mysql/</link>
<description><![CDATA[ <p>$ mysql -u ''adminusername'' -p</p> ]]></description>
<pubDate>Mon, 21 Aug 2006 01:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/875/command-line-instructions-to-create-a-database-in-mysql/</guid>
</item>
<item>
<title>(SQL) If Exists Update Else Insert - pauliehaha</title>
<link>http://snipplr.com/view/12269/if-exists-update-else-insert/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 05:10:31 GMT</pubDate>
<guid>http://snipplr.com/view/12269/if-exists-update-else-insert/</guid>
</item>
<item>
<title>(SQL) Update from select - wolfie</title>
<link>http://snipplr.com/view/5150/update-from-select/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 21 Feb 2008 11:56:51 GMT</pubDate>
<guid>http://snipplr.com/view/5150/update-from-select/</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) MySQL Mass Text/String Replace - andyhartleeds</title>
<link>http://snipplr.com/view/3937/mysql-mass-textstring-replace/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Oct 2007 06:53:12 GMT</pubDate>
<guid>http://snipplr.com/view/3937/mysql-mass-textstring-replace/</guid>
</item>
<item>
<title>(SQL) Migrate MySQL database from old host to a new host - yuconner</title>
<link>http://snipplr.com/view/919/migrate-mysql-database-from-old-host-to-a-new-host/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Aug 2006 21:05:40 GMT</pubDate>
<guid>http://snipplr.com/view/919/migrate-mysql-database-from-old-host-to-a-new-host/</guid>
</item>
<item>
<title>(SQL) How to backup mysql database by command line (dump) - yuconner</title>
<link>http://snipplr.com/view/904/how-to-backup-mysql-database-by-command-line-dump/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Aug 2006 23:09:49 GMT</pubDate>
<guid>http://snipplr.com/view/904/how-to-backup-mysql-database-by-command-line-dump/</guid>
</item>
<item>
<title>(SQL) SQL -  Find and Replace - jamiebrwr</title>
<link>http://snipplr.com/view/41798/sql---find-and-replace/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 08 Oct 2010 01:41:55 GMT</pubDate>
<guid>http://snipplr.com/view/41798/sql---find-and-replace/</guid>
</item>
<item>
<title>(SQL) Select Records Less Than 24 Hours Old - traeregan</title>
<link>http://snipplr.com/view/18301/select-records-less-than-24-hours-old/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Aug 2009 03:15:09 GMT</pubDate>
<guid>http://snipplr.com/view/18301/select-records-less-than-24-hours-old/</guid>
</item>
<item>
<title>(SQL) CodeIgniter Session Table SQL - pdswan</title>
<link>http://snipplr.com/view/17631/codeigniter-session-table-sql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Jul 2009 13:40:23 GMT</pubDate>
<guid>http://snipplr.com/view/17631/codeigniter-session-table-sql/</guid>
</item>
<item>
<title>(SQL) MySQL Find and Replace Drupal filepaths in files table - shrop</title>
<link>http://snipplr.com/view/7364/mysql-find-and-replace-drupal-filepaths-in-files-table/</link>
<description><![CDATA[ <p>This is useful if you are changing a Drupal site's file upload path and/or changing from a private to a public file store.</p> ]]></description>
<pubDate>Thu, 17 Jul 2008 14:13:56 GMT</pubDate>
<guid>http://snipplr.com/view/7364/mysql-find-and-replace-drupal-filepaths-in-files-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) Update Select - mafro</title>
<link>http://snipplr.com/view/4181/update-select/</link>
<description><![CDATA[ <p>Update one table by selecting from another. Avoids cursors.</p> ]]></description>
<pubDate>Fri, 23 Nov 2007 07:27:28 GMT</pubDate>
<guid>http://snipplr.com/view/4181/update-select/</guid>
</item>
<item>
<title>(SQL) Remove duplicate entries / rows from mySQL - lixonic</title>
<link>http://snipplr.com/view/39550/remove-duplicate-entries--rows-from-mysql/</link>
<description><![CDATA[ <p>This is the quick method and painless way to Remove duplicate entries from MySQL</p> ]]></description>
<pubDate>Thu, 26 Aug 2010 17:07:29 GMT</pubDate>
<guid>http://snipplr.com/view/39550/remove-duplicate-entries--rows-from-mysql/</guid>
</item>
<item>
<title>(SQL) Update one table from another - ChrisCantley</title>
<link>http://snipplr.com/view/38876/update-one-table-from-another/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Aug 2010 00:41:38 GMT</pubDate>
<guid>http://snipplr.com/view/38876/update-one-table-from-another/</guid>
</item>
<item>
<title>(SQL) IF NOT EXISTS ... INSERT - RealRover</title>
<link>http://snipplr.com/view/38649/if-not-exists--insert/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 07 Aug 2010 02:11:06 GMT</pubDate>
<guid>http://snipplr.com/view/38649/if-not-exists--insert/</guid>
</item>
<item>
<title>(SQL) Find Stored Procedures with specified name or contains specified text - lance</title>
<link>http://snipplr.com/view/38489/find-stored-procedures-with-specified-name-or-contains-specified-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 05:31:48 GMT</pubDate>
<guid>http://snipplr.com/view/38489/find-stored-procedures-with-specified-name-or-contains-specified-text/</guid>
</item>
<item>
<title>(SQL) Find string anywhere in Sql Database - emregulcan</title>
<link>http://snipplr.com/view/38201/find-string-anywhere-in-sql-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 02 Aug 2010 16:55:37 GMT</pubDate>
<guid>http://snipplr.com/view/38201/find-string-anywhere-in-sql-database/</guid>
</item>
<item>
<title>(SQL) Timezone database - emregulcan</title>
<link>http://snipplr.com/view/37808/timezone-database/</link>
<description><![CDATA[ <p>You can run this sql scripts in your database.
Firstly it creates a database and after insert records (timezones)</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 17:43:02 GMT</pubDate>
<guid>http://snipplr.com/view/37808/timezone-database/</guid>
</item>
<item>
<title>(SQL) Calculating distance in Kilometres and Miles from Latitude and Longitude - zingo</title>
<link>http://snipplr.com/view/24082/calculating-distance-in-kilometres-and-miles-from-latitude-and-longitude/</link>
<description><![CDATA[ <p>Using SQL you can have your database return the distance between 2 sets of Lat and Long points, and using some math functions also take into account the curvature of the earth.</p> ]]></description>
<pubDate>Tue, 01 Dec 2009 20:22:06 GMT</pubDate>
<guid>http://snipplr.com/view/24082/calculating-distance-in-kilometres-and-miles-from-latitude-and-longitude/</guid>
</item>
<item>
<title>(SQL) Find Duplicate values in a table column - pauliehaha</title>
<link>http://snipplr.com/view/11999/find-duplicate-values-in-a-table-column/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Feb 2009 03:41:14 GMT</pubDate>
<guid>http://snipplr.com/view/11999/find-duplicate-values-in-a-table-column/</guid>
</item>
</channel>
</rss>