yeafee@夜飞郎

it's usually better to solve problems with simplicity and finesse rather than muscle.

  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  33 随笔 :: 3 文章 :: 2 评论 :: 0 Trackbacks

#

     摘要: 简单 CASE 函数:

CASE input_expression
WHEN when_expression THEN result_expression
[ ...n ]
[
ELSE else_result_expression
END

CASE 搜索函数:

CASE
WHEN Boolean_expression THEN result_expression
[ ...n ]
[
ELSE else_result_expression
END  阅读全文
posted @ 2007-07-11 11:24 @yeafee 阅读(414) | 评论 (0)编辑 收藏

列出全部内容
共31页: First 上一页 7 8 9 10 11 12 13 14 15 下一页 Last