<?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>Studio Informatico &#187; php mysql update trim leading</title>
	<atom:link href="http://www.studioinformatico.net/index.php/tag/php-mysql-update-trim-leading/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studioinformatico.net</link>
	<description>Studio Tecnico di Ingegneria Informatica di Ing. Simone Zanella - Sviluppo e programmazione - Progettazione applicazioni, portali e siti internet - Consulenza Informatica - Assistenza computer - P.IVA 01414320083 - Tel. 329.9586153 - Assistenza informatica a Imperia e provincia, Andora, Albenga.</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rimozione caratteri da campi in DB MySQL</title>
		<link>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 10:45:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[php mysql update trim leading]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=31</guid>
		<description><![CDATA[Codice per MySQL.
Esempio: rimuovere la lettera &#8220;O&#8221; all&#8217;inizio del campo &#8220;campo&#8221; da tutte le righe della tabella &#8220;tabella&#8221;
UPDATE tabella SET campo=TRIM( LEADING &#8216;O&#8217; FROM campo) WHERE campo LIKE &#8216;O%&#8217;
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
