∏三毛

昔者庄周梦为胡蝶,栩栩然胡蝶也。自喻适志与!不知周也。

俄然觉,则蘧蘧然周也。不知周之梦为胡蝶与?胡蝶之梦为周与?

周与胡蝶则必有分矣。此之谓‘物化’。

posts - 90,comments - 53,trackbacks - 0
01 2009 档案
SQL点滴一:借row_number()函数更新排序字段值
摘要: create table t1(c1 int ,c2 int)insert t1(c1,c2) values(5,10)insert t1(c1,c2) values(3,20)insert t1(c1,c2) values(4,30)insert t1(c1,c2) values(2,40)insert t1(c1,c2) values(1,50)select * from t1c1 c2---...阅读全文
posted @ 2009-01-22 14:57 闫力昕 阅读(179) | 评论 (0) 编辑