随笔分类 - sql server
摘要:假设安装路径在N盘,则需用命令行方式升级安装 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->n:\setup.exe SKUUPGRADE=1
阅读全文
摘要:若一张表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将是取...
阅读全文