摘要:
行列互转Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/
createtabletest(idint,namevarchar(20),quarterint,profileint)insertintotestvalues(1,'a',1,1000)
insertintotestvalues(1,'a',2,2000)insertintotestvalues(1,'a',3,4000)insertint 阅读全文