<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Peace</title><subtitle type="text">一直努力朝着理想迈进</subtitle><id>http://feed.cnblogs.com/blog/u/24259/rss</id><updated>2009-06-27T17:52:03Z</updated><author><name>char</name><uri>http://www.cnblogs.com/qianjun8627/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/qianjun8627/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/24259/rss"/><entry><id>http://www.cnblogs.com/qianjun8627/archive/2009/06/28/1512492.html</id><title type="text">sql 之 len 函数</title><summary type="text">关于sqlserver2000的len函数，之前只知道是统计字段长度的，没发现竟然在理解上有个很大的误区。 假设某表有字段 arg1，arg2，问 len(arg1)+len(arg2)是不是等于len(arg1+arg2)? 答案是否定的，为了这个问题郁闷了半个小时。 后来试了一下trim函数，发现其实是这个样子滴： len(arg1)+len(arg2)=len(rtirm(arg1)+rtr...</summary><published>2009-06-27T17:45:00Z</published><updated>2009-06-27T17:45:00Z</updated><author><name>char</name><uri>http://www.cnblogs.com/qianjun8627/</uri></author><link rel="alternate" href="http://www.cnblogs.com/qianjun8627/archive/2009/06/28/1512492.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/qianjun8627/archive/2009/06/28/1512492.html"/></entry><entry><id>http://www.cnblogs.com/qianjun8627/archive/2009/05/29/1491555.html</id><title type="text">关于MySql 和SqlServer 中left join ， full join的一点区别</title><summary type="text">刚刚在用mysql写一个select语句，中间用到了一些连接方面的功能，发现这2者还是有不少区别的。 首先交代一下环境： OS：windows 2003 MySql：Server version 5.0.37 SqlServer：2000 + sp4 题目简化后是这样的： 3张表 st， rk， ck， st(id int) id  1  2  3  4  5  rk(id int fk st.i...</summary><published>2009-05-28T19:49:00Z</published><updated>2009-05-28T19:49:00Z</updated><author><name>char</name><uri>http://www.cnblogs.com/qianjun8627/</uri></author><link rel="alternate" href="http://www.cnblogs.com/qianjun8627/archive/2009/05/29/1491555.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/qianjun8627/archive/2009/05/29/1491555.html"/></entry></feed>
