跟小D每日学口语

发条柠檬

使人成熟的是经历,而不是岁月。
  博客园  :: 首页  :: 新随笔  :: 订阅 订阅  :: 管理

2012年5月28日

摘要: How to calculate Median in SQL ServerNothing earth-shattering here, I was just helping out a colleague with this so I thought I'd post up the example I gave him.-- sample table:create table People( Person varchar(1) primary key, City varchar(10), Age int)go-- with some sample data:insert into Pe 阅读全文

posted @ 2012-05-28 17:48 发条柠檬 阅读(977) 评论(0) 推荐(0)