<?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>westworld: a webmasters best friend &#187; mysql column name</title>
	<atom:link href="http://www.westworld.be/tag/mysql-column-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.westworld.be</link>
	<description>A webmasters best friend</description>
	<lastBuildDate>Mon, 14 Jun 2010 18:12:24 +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>searching mysql for a columnname</title>
		<link>http://www.westworld.be/mysql/searching-mysql-for-a-columnname/</link>
		<comments>http://www.westworld.be/mysql/searching-mysql-for-a-columnname/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 14:15:48 +0000</pubDate>
		<dc:creator>westworld</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql column name]]></category>

		<guid isPermaLink="false">http://www.westworld.be/?p=74</guid>
		<description><![CDATA[SELECT table_name,column_name
FROM  information_schema.COLUMNS
WHERE  table_schema = &#8216;your database here&#8217;
and column_name = &#8216;your columname here&#8217;





Related posts:Pdo get column names


Related posts:<ol><li><a href='http://www.westworld.be/uncategorized/pdo-get-column-names/' rel='bookmark' title='Permanent Link: Pdo get column names'>Pdo get column names</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div><span style="font-family: Arial; font-size: x-small;">SELECT table_name,column_name</span></div>
<div><span style="font-family: Arial; font-size: x-small;">FROM  information_schema.COLUMNS<br />
WHERE  table_schema = &#8216;your database here&#8217;</span></div>
<div>and column_name = &#8216;your columname here&#8217;</div>
<ul class="pc_pingback">
<li class="hdl" style="list-style: none"></li>
</ul>


<p>Related posts:<ol><li><a href='http://www.westworld.be/uncategorized/pdo-get-column-names/' rel='bookmark' title='Permanent Link: Pdo get column names'>Pdo get column names</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.westworld.be/mysql/searching-mysql-for-a-columnname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
