<?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>Joomla!, Wordpress tips for building your site &#187; last_insert_id</title>
	<atom:link href="http://blog.off-soft.net/tag/last_insert_id/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.off-soft.net</link>
	<description>Joomla!, Wordpress as CMS using a site building, site management, software usage to describe the development tips.</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to get last insert auto increment id.</title>
		<link>http://blog.off-soft.net/en/mysql/command/get_auto_increment_id.html</link>
		<comments>http://blog.off-soft.net/en/mysql/command/get_auto_increment_id.html#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:34:14 +0000</pubDate>
		<dc:creator>taro</dc:creator>
				<category><![CDATA[Command Help]]></category>
		<category><![CDATA[AUTO_INCREMENT]]></category>
		<category><![CDATA[last_insert_id]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.off-soft.net/?p=528</guid>
		<description><![CDATA[If you set &#8216;AUTO_INCREMENT&#8217; to attribute of the table column , its column will increment automatic when records is inserted into the table. And its increment number is unique. Moreover, I think that you often specify such information for primary key (PRIMARY KEY). You will not consider this column information usually. However, when you want [...]]]></description>
			<content:encoded><![CDATA[<p>If you set &#8216;AUTO_INCREMENT&#8217; to attribute of the table column , its column will increment automatic when records is inserted into the table. And its increment number is unique. Moreover, I think that you often specify such information for primary key (PRIMARY KEY). </p>
<p>You will not consider this column information usually. However, when you want to take out inserted information, you might feel it to the necessity.</p>
<p>How to get last insert auto increment id?<br />
It is easy. If you execute the following SQL, MySQL will answer last insert auto increment id. </p>
<p>select last_insert_id() [from table name];</p>
<p></p>]]></content:encoded>
			<wfw:commentRss>http://blog.off-soft.net/en/mysql/command/get_auto_increment_id.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

