<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>MySql statements</title>
		<link>http://mostshar.forumotion.com/mysql-statements-f3/-t1.htm</link>
		<description>This forum to learn how to useing SQL statements with mysql database</description>
		<lastBuildDate>Tue, 11 Dec 2007 19:22:09 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>MySql statements</title>
			<url>http://i24.servimg.com/u/f24/11/78/31/11/data_s11.gif</url>
			<link>http://mostshar.forumotion.com/mysql-statements-f3/-t1.htm</link>
		</image>
		<item>
			<title>Insert 2 record or more to mysql Database using one line sta</title>
			<link>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Example to insert 3 record to mysql  database using one insert only 
<br />
<dl class="codebox"><dt>Code:</dt><dd><code>
<br />
insert into Table &#40;Field1,Field2&#41; values &#40;1,2&#41;,&#40;3,4&#41;,&#40;5,6&#41;
<br />
</code></dd></dl>
<br />

<br />
thanks]]></description>
			<category>MySql statements</category>
			<pubDate>Tue, 11 Dec 2007 19:22:09 GMT</pubDate>
			<comments>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm#6</comments>
			<guid>http://mostshar.forumotion.com/mysql-statements-f3/insert-2-record-or-more-to-mysql-database-using-one-line-sta-t6.htm</guid>
		</item>
	</channel>
</rss>