摘要: 前一篇介绍了cost的计算方法,下面测试一下两表关联的查询:测试用例CREATE TABLE `xpchild` ( `id` int(11) NOT NULL, `name` varchar(100) DEFAULT NULL, `c1` int(11) DEFAULT NULL, `c2... 阅读全文
posted @ 2014-06-09 20:35 xpchild 阅读(751) 评论(0) 推荐(0)