<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>mutationevent weblog &#187; sql</title>
	<atom:link href="http://www.mutationevent.com/blog/category/sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mutationevent.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 17:37:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>asSQL ou Actionscript to mySQL</title>
		<link>http://www.mutationevent.com/blog/2007/08/assql-ou-actionscript-to-mysql/</link>
		<comments>http://www.mutationevent.com/blog/2007/08/assql-ou-actionscript-to-mysql/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 22:49:47 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=104</guid>
		<description><![CDATA[créer des applications Flex c'est bien, mais le problème c'est qu'il faut faut un langage script coté server (.NET, PHP, CFM, ROR, ...) pour attaquer des bases de données, du coût on perd un peu de temps a développer des scripts pour exporter les données au format XML par exemple. Heureusement il y a ce [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2007/08/assql-ou-actionscript-to-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 SQL Performance Tips</title>
		<link>http://www.mutationevent.com/blog/2007/02/top-10-sql-performance-tips/</link>
		<comments>http://www.mutationevent.com/blog/2007/02/top-10-sql-performance-tips/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 22:08:52 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=94</guid>
		<description><![CDATA[Voici un article très intéressant de la part de MySQL faisant référence à quelques astuces pour rendre ces requêtes plus performantes. Voici un petit aperçu : Use EXPLAIN to profile the query execution plan Use Slow Query Log (always have it on!) Don't use DISTINCT when you have or could use GROUP BY Insert performance [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2007/02/top-10-sql-performance-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>afficher les archives de votre blog</title>
		<link>http://www.mutationevent.com/blog/2007/01/afficher-les-archives-de-votre-blog/</link>
		<comments>http://www.mutationevent.com/blog/2007/01/afficher-les-archives-de-votre-blog/#comments</comments>
		<pubDate>Fri, 19 Jan 2007 15:12:40 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=89</guid>
		<description><![CDATA[Afficher les archives de votre blog sous cette forme Janvier 2007 (10) Décembre 2006 (35) ... Cela peut parfois sembler compliquer mais non, on peut le faire grâce à une seule requête Supposons notre table "blog" CREATE TABLE `blog` &#40; `id_blog` int&#40;11&#41; NOT NULL AUTO_INCREMENT, `titre` varchar&#40;150&#41; NOT NULL DEFAULT '', `texte` longtext NOT NULL, [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2007/01/afficher-les-archives-de-votre-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>formater une date dans une requette mysql</title>
		<link>http://www.mutationevent.com/blog/2006/11/formater-une-date-dans-une-requette-mysql/</link>
		<comments>http://www.mutationevent.com/blog/2006/11/formater-une-date-dans-une-requette-mysql/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 12:14:03 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=73</guid>
		<description><![CDATA[On a tous un jour eu besoin de convertir des dates d'un format à un autre (datetime to date ou du format anglais au format français ...) La premier des choses à laquelle on pense souvent c'est de faire cette conversion avec une langage serveur (PHP,ASP,....) dans ce ça on doit faire des découpage de [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/11/formater-une-date-dans-une-requette-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>importer des données vers mysql</title>
		<link>http://www.mutationevent.com/blog/2006/03/importer-des-donnees-vers-mysql/</link>
		<comments>http://www.mutationevent.com/blog/2006/03/importer-des-donnees-vers-mysql/#comments</comments>
		<pubDate>Tue, 07 Mar 2006 05:52:50 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[videocast]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=35</guid>
		<description><![CDATA[importer des données au format txt(CSV) vers mysql.]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/03/importer-des-donnees-vers-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exporter une table MsAccess vers Mysql</title>
		<link>http://www.mutationevent.com/blog/2006/03/exporter-une-table-msaccess-vers-mysql/</link>
		<comments>http://www.mutationevent.com/blog/2006/03/exporter-une-table-msaccess-vers-mysql/#comments</comments>
		<pubDate>Mon, 06 Mar 2006 23:40:47 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[sql]]></category>
		<category><![CDATA[videocast]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=34</guid>
		<description><![CDATA[Exporter une table MsAccess avec convertion de la date vers Mysql]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/03/exporter-une-table-msaccess-vers-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL et le Full-text Searching</title>
		<link>http://www.mutationevent.com/blog/2006/02/mysql-et-le-full-text-searching/</link>
		<comments>http://www.mutationevent.com/blog/2006/02/mysql-et-le-full-text-searching/#comments</comments>
		<pubDate>Thu, 23 Feb 2006 18:12:50 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=30</guid>
		<description><![CDATA[l'article est sur ZEND Using MySQL Full-text Searching]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/02/mysql-et-le-full-text-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tronquer un texte directement depuis votre requette (MySQL)</title>
		<link>http://www.mutationevent.com/blog/2005/12/tronquer-un-texte-directement-depuis-votre-requette-mysql/</link>
		<comments>http://www.mutationevent.com/blog/2005/12/tronquer-un-texte-directement-depuis-votre-requette-mysql/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 18:27:31 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=5</guid>
		<description><![CDATA[SELECT a.id_art, a.title_art, LEFT&#40;a.text_art,150&#41; AS text_art, a.date_art FROM table_article a cela va afficher automatiquement les 150 premier caractères&#160; sinon si vous voulez toujours utilisé l'autre methode avec function : &#38;nbsp;&#38;nbsp; function tronq&#40;$texte,$max_char,$end_char&#41;&#123;&#38;nbsp; if &#40;strlen&#40;$texte&#41;&#38;amp;gt;$max_char&#41;&#123;&#38;nbsp; $texte = substr&#40;$texte, 0, $max_char&#41;;&#38;nbsp; $position_espace = strrpos&#40;$texte, &#38;amp;quot; &#38;amp;quot;&#41;;&#38;nbsp; $texte = substr&#40;$texte, 0, $position_espace&#41;;&#38;nbsp; $texte .= $end_char;&#38;nbsp; &#125;&#38;nbsp; return $texte;&#38;nbsp; [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2005/12/tronquer-un-texte-directement-depuis-votre-requette-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

