<?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/sql</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 10:07:52 GMT</pubDate>
<item>
<title>(MySQL) What MySQL Table Has What Column - philsown</title>
<link>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</link>
<description><![CDATA[ <p>How to find a given column in a given database in MySQL</p> ]]></description>
<pubDate>Fri, 16 Nov 2012 00:50:08 GMT</pubDate>
<guid>http://snipplr.com/view/68577/what-mysql-table-has-what-column/</guid>
</item>
<item>
<title>(MySQL) create new database - claudiodev</title>
<link>http://snipplr.com/view/67867/create-new-database/</link>
<description><![CDATA[ <p>Create a new database and its respective user with all privileges</p> ]]></description>
<pubDate>Mon, 22 Oct 2012 21:45:32 GMT</pubDate>
<guid>http://snipplr.com/view/67867/create-new-database/</guid>
</item>
<item>
<title>(MySQL) US &amp;amp; CANADA Cities Database - frederichoule</title>
<link>http://snipplr.com/view/60075/us--canada-cities-database/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 22 Oct 2011 12:36:31 GMT</pubDate>
<guid>http://snipplr.com/view/60075/us--canada-cities-database/</guid>
</item>
<item>
<title>(MySQL) Selecting domain from email - Ez3k</title>
<link>http://snipplr.com/view/55238/selecting-domain-from-email/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Jun 2011 01:04:00 GMT</pubDate>
<guid>http://snipplr.com/view/55238/selecting-domain-from-email/</guid>
</item>
<item>
<title>(MySQL) Updated mysql database from SQL dump - greeneggs614</title>
<link>http://snipplr.com/view/52708/updated-mysql-database-from-sql-dump/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Apr 2011 06:35:03 GMT</pubDate>
<guid>http://snipplr.com/view/52708/updated-mysql-database-from-sql-dump/</guid>
</item>
<item>
<title>(MySQL) alle Tabellen eines bestimmten Musters aus einer Datenbank löschen - abstraktor</title>
<link>http://snipplr.com/view/52215/alle-tabellen-eines-bestimmten-musters-aus-einer-datenbank-lschen/</link>
<description><![CDATA[ <p>drop_tables_like(pattern, db)</p> ]]></description>
<pubDate>Sun, 17 Apr 2011 06:41:26 GMT</pubDate>
<guid>http://snipplr.com/view/52215/alle-tabellen-eines-bestimmten-musters-aus-einer-datenbank-lschen/</guid>
</item>
<item>
<title>(MySQL) Very simple search retrieval query, ranking with tf-idf weight - jatkins</title>
<link>http://snipplr.com/view/51513/very-simple-search-retrieval-query-ranking-with-tfidf-weight/</link>
<description><![CDATA[ <p>This assumes two tables: `search_results` and `keyword_counts`. `search_results` is an inverted index with, at minimum, fields for the keyword indexed, its occurrences, and the indexed item's id in the table it is in (e.g. `item_id` in `search_results` could be `45`, referencing `id = 45` in `documents`) in the table it's in. `keyword_counts` has a row for each indexed item with the total number of unique words in it and its id in the table the actual item is in.

Released into the public domain. This may have bugs in it, but it's worked so far for me.</p> ]]></description>
<pubDate>Mon, 04 Apr 2011 20:33:17 GMT</pubDate>
<guid>http://snipplr.com/view/51513/very-simple-search-retrieval-query-ranking-with-tfidf-weight/</guid>
</item>
<item>
<title>(MySQL) Create a table with a dynamic name - gtaking</title>
<link>http://snipplr.com/view/46358/create-a-table-with-a-dynamic-name/</link>
<description><![CDATA[ <p>the following code can be used to create a table with a dynamic name</p> ]]></description>
<pubDate>Sat, 01 Jan 2011 01:07:27 GMT</pubDate>
<guid>http://snipplr.com/view/46358/create-a-table-with-a-dynamic-name/</guid>
</item>
<item>
<title>(MySQL) Find All SlideDeck Slides from the wp_posts Table - Jamie</title>
<link>http://snipplr.com/view/45699/find-all-slidedeck-slides-from-the-wpposts-table/</link>
<description><![CDATA[ <p>This SQL query will find all the SlideDeck related entries in your WordPress database.</p> ]]></description>
<pubDate>Tue, 14 Dec 2010 12:15:33 GMT</pubDate>
<guid>http://snipplr.com/view/45699/find-all-slidedeck-slides-from-the-wpposts-table/</guid>
</item>
<item>
<title>(MySQL) Create utf8 database cli - hamsterbacke82</title>
<link>http://snipplr.com/view/43288/create-utf8-database-cli/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Oct 2010 13:39:30 GMT</pubDate>
<guid>http://snipplr.com/view/43288/create-utf8-database-cli/</guid>
</item>
<item>
<title>(MySQL) Move WordPress to another host - errkk</title>
<link>http://snipplr.com/view/42125/move-wordpress-to-another-host/</link>
<description><![CDATA[ <p>SQL query to update *wp_options* records that are specific to the host of a WordPress site. Run this query after copying the DB to another server  (if this URL is different). Useful for deploying WordPress from a dev server to a live environment.</p> ]]></description>
<pubDate>Tue, 12 Oct 2010 20:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/42125/move-wordpress-to-another-host/</guid>
</item>
<item>
<title>(MySQL) Move Column in MySQL Table - Jamie</title>
<link>http://snipplr.com/view/36989/move-column-in-mysql-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Jul 2010 08:17:57 GMT</pubDate>
<guid>http://snipplr.com/view/36989/move-column-in-mysql-table/</guid>
</item>
<item>
<title>(MySQL) MySQL - Most relevant weighted results based (MATCH AGAINST) - LuckyShot</title>
<link>http://snipplr.com/view/33364/mysql--most-relevant-weighted-results-based-match-against/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 27 Apr 2010 10:42:40 GMT</pubDate>
<guid>http://snipplr.com/view/33364/mysql--most-relevant-weighted-results-based-match-against/</guid>
</item>
<item>
<title>(MySQL) MYSQL : Calcul sur des dates avec des fonctions dans mysql - alexandrepayet</title>
<link>http://snipplr.com/view/31162/mysql--calcul-sur-des-dates-avec-des-fonctions-dans-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Apr 2010 08:17:09 GMT</pubDate>
<guid>http://snipplr.com/view/31162/mysql--calcul-sur-des-dates-avec-des-fonctions-dans-mysql/</guid>
</item>
<item>
<title>(MySQL) Specify 'Order By' order - bradless</title>
<link>http://snipplr.com/view/27049/specify-order-by-order/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Jan 2010 15:10:44 GMT</pubDate>
<guid>http://snipplr.com/view/27049/specify-order-by-order/</guid>
</item>
<item>
<title>(MySQL) Starting and stopping MySQL - magicrebirth</title>
<link>http://snipplr.com/view/25239/starting-and-stopping-mysql/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:07:10 GMT</pubDate>
<guid>http://snipplr.com/view/25239/starting-and-stopping-mysql/</guid>
</item>
<item>
<title>(MySQL) Reset Auto Increment for a Table - kingkool68</title>
<link>http://snipplr.com/view/23416/reset-auto-increment-for-a-table/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 19 Nov 2009 15:04:39 GMT</pubDate>
<guid>http://snipplr.com/view/23416/reset-auto-increment-for-a-table/</guid>
</item>
<item>
<title>(MySQL) EAN13 Check - occam</title>
<link>http://snipplr.com/view/17928/ean13-check/</link>
<description><![CDATA[ <p>This verify's the checksum of a EAN13 barcode.</p> ]]></description>
<pubDate>Wed, 05 Aug 2009 13:36:24 GMT</pubDate>
<guid>http://snipplr.com/view/17928/ean13-check/</guid>
</item>
<item>
<title>(MySQL) MySQL table size, number of rows, and size of indexes - zingo</title>
<link>http://snipplr.com/view/12811/mysql-table-size-number-of-rows-and-size-of-indexes/</link>
<description><![CDATA[ <p>Show table size, number of rows, and size of indexes in MySQL.</p> ]]></description>
<pubDate>Wed, 04 Mar 2009 22:15:38 GMT</pubDate>
<guid>http://snipplr.com/view/12811/mysql-table-size-number-of-rows-and-size-of-indexes/</guid>
</item>
<item>
<title>(MySQL) MySQL Capitalize - ping_ch</title>
<link>http://snipplr.com/view/11532/mysql-capitalize/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jan 2009 09:45:18 GMT</pubDate>
<guid>http://snipplr.com/view/11532/mysql-capitalize/</guid>
</item>
</channel>
</rss>