摘要:
数据表: 列转行:利用max(case when then) max 聚合函数 取最大值 (case course when '语文' then score else 0 end) 判断 as 语文 别名作为列名 SELECT `name`, MAX( CASE WHEN course='语文' T 阅读全文
摘要:
(1)冒泡型事件:事件按照从最特定的事件目标到最不特定的事件目标(document对象)的顺序触发。 IE 5.5: div -> body -> document IE 6.0: div -> body -> html -> document Mozilla 1.0: div -> body -> 阅读全文