<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>记事阁 - 数据库</title><link>http://www.tinwai.net/</link><description>记录自已的学生过程！~ - </description><generator>RainbowSoft Studio Z-Blog 1.8 Spirit Build 80710</generator><language>zh-CN</language><copyright>Copyright tinwai.net Your WebSite. Some Rights Reserved.</copyright><pubDate>Tue, 07 Sep 2010 20:46:02 +0800</pubDate><item><title>每晚12：20触发存诸过程</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/15.shtml</link><pubDate>Mon, 24 Nov 2008 10:02:19 +0800</pubDate><guid>http://www.tinwai.net/post/15.shtml</guid><description><![CDATA[<p>. &nbsp; 使用 &nbsp; WAITFOR &nbsp; TIME &nbsp; <br />&nbsp; 下例在晚上 &nbsp; 10:20 &nbsp; 执行存储过程 &nbsp; update_all_stats。 &nbsp; <br />&nbsp; &nbsp; <br />&nbsp; BEGIN &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; WAITFOR &nbsp; TIME &nbsp; '22:20' &nbsp; <br />...</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/15.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=15</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=15&amp;key=741130c0</trackback:ping></item><item><title>win下mysql备份恢复命令</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/14.shtml</link><pubDate>Tue, 14 Oct 2008 13:29:26 +0800</pubDate><guid>http://www.tinwai.net/post/14.shtml</guid><description><![CDATA[<p><table style="table-layout: fixed">    <tbody>        <tr>            <td>            <div class="cnt" id="blog_text">            <p>假设<strong style="color: black; background-color: rgb(255,255,102)">mysql</strong> 安装在c:盘，<strong style="color: black; background-color: rgb(255,255,102)">mysql</strong><a href="http://www.phpchina.com/12834/javascr%C4%ABpt:;" target="_self"><u><strong><font color="#ffffff">数据库</font></strong></u></a>的用户名是root，密码是123456，数据库名是database_name，在d:盘根目录下面存放<strong style="color: black; background-color: rgb(255,153,153)">备份</strong>数据库，<strong style="color: black; background-color: rgb(255,153,153)">备份</strong>数据库名字为backup20070713.sql(20070713.sql为备份日期)</p>...</p></div></table>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/14.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=14</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=14&amp;key=042d4e28</trackback:ping></item><item><title>用SQL语句复制数据表 </title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/9.shtml</link><pubDate>Fri, 22 Aug 2008 10:42:35 +0800</pubDate><guid>http://www.tinwai.net/post/9.shtml</guid><description><![CDATA[<p>'将a表另外复制一个b表（只复制结构，不含数据）<br />select * into b from a where 1=0<br /><br /><br />'将a表另外复制一个b表（包括制结构和数据）<br />select * into b from a</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/9.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=9</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=9&amp;key=0b276581</trackback:ping></item><item><title>sql批量修改字段内容的语句</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/6.shtml</link><pubDate>Sat, 16 Aug 2008 17:26:29 +0800</pubDate><guid>http://www.tinwai.net/post/6.shtml</guid><description><![CDATA[<p>update '表名' set 要修改字段名 = replace (要修改字段名,'被替换的特定字符','替换成的字符')</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/6.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=6</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=6&amp;key=7dff4b21</trackback:ping></item><item><title>MySQL字段类型说明</title><author>a@b.com (Tinwai)</author><link>http://www.tinwai.net/post/MySql-ZiDuan-ShuoMing.shtml</link><pubDate>Tue, 15 Jul 2008 03:16:57 +0800</pubDate><guid>http://www.tinwai.net/post/MySql-ZiDuan-ShuoMing.shtml</guid><description><![CDATA[<p>MySQL支持大量的列类型，它可以被分为3类：数字类型、日期和时间类型以及字符串(字符)类型。本节首先给出可用类型的一个概述，并且总结每个列类型的存储需求，然后提供每个类中的类型性质的更详细的描述。概述有意简化，更详细的说明应该考虑到有关特定列类型的附加信息，例如你能为其指定值的允许格式。&nbsp;&nbsp; 由MySQL支持的列类型列在下面。下列代码字母用于描述中：M指出最大的显示尺寸。最大</p>]]></description><category>数据库</category><comments>http://www.tinwai.net/post/MySql-ZiDuan-ShuoMing.shtml#comment</comments><wfw:comment>http://www.tinwai.net/</wfw:comment><wfw:commentRss>http://www.tinwai.net/feed.asp?cmt=1</wfw:commentRss><trackback:ping>http://www.tinwai.net/cmd.asp?act=tb&amp;id=1&amp;key=39e80c9b</trackback:ping></item></channel></rss>
