博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年2月6日

摘要: 分类表classID ClassName1 一年级2 二年级----------------学生表StudentID Name ClassID1 王明 12 李红 1--------------如果用一条语句取出下面结果年级 人数一年级 2二年级 0sql语句:select ClassName,(select count(*) from (select * from Student) As A w... 阅读全文

posted @ 2009-02-06 11:00 菠萝 阅读(584) 评论(0) 推荐(0) 编辑

摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <style type="text/css" media="screen"> body { font: .9em/1.5 "Luci... 阅读全文

posted @ 2009-02-06 09:38 菠萝 阅读(5127) 评论(0) 推荐(0) 编辑