Loading

随笔分类 -  sql server

摘要:假设安装路径在N盘,则需用命令行方式升级安装 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->n:\setup.exe SKUUPGRADE=1 阅读全文
posted @ 2008-08-26 21:59 .net's 阅读(382) 评论(0) 推荐(0)
摘要:若一张表Info有如下几个字段,name,age,high三个字段, Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->select max(age) as age,max(high) as high from Info 上面的sql将是取... 阅读全文
posted @ 2008-08-21 16:11 .net's 阅读(534) 评论(0) 推荐(0)