随笔分类 -  SQL面试题

摘要:http://topic.csdn.net/u/20070723/18/3EC2F842-233A-4BEA-B7FD-694E8A685C62.html代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--/*普通行列转换(爱新觉罗.毓华2007-11... 阅读全文
posted @ 2009-12-23 18:24 MyCoolDog 阅读(260) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->表table1: ┍--------------------------┐ | ID | name | |--------------------------|... 阅读全文
posted @ 2009-01-08 18:27 MyCoolDog 阅读(274) 评论(0) 推荐(0)
摘要:表table1: ┍--------------------------┐ | ID | name | |--------------------------| | 1 | A | | 2 | B | | 3 | AE | | 4 | ... 阅读全文
posted @ 2009-01-08 18:24 MyCoolDog 阅读(256) 评论(0) 推荐(0)
摘要:Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->drop table test create table test(产品 varchar(10),颜色 varchar(10),数量 int) insert ... 阅读全文
posted @ 2009-01-08 17:43 MyCoolDog 阅读(402) 评论(0) 推荐(0)
摘要:行列转换问题 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/**//* 标题:普通行列转换(version 2.0) 作者:爱新觉罗.毓华(十八年风雨,守得冰山雪莲花开) 时间:2008-03-09 地点:广东深圳 说明:普通行列转换(v... 阅读全文
posted @ 2009-01-08 15:38 MyCoolDog 阅读(761) 评论(0) 推荐(0)