Oracle CASE WHEN 用法介绍
摘要:Oracle CASE WHEN 用法介绍-----本文 来自 网友整理、1. CASE WHEN 表达式有两种形式--简单Case函数 CASE sex WHEN '1' THEN '男' WHEN '2' THEN '女' ELSE '其他' END --Case搜索函数 CASEW...
阅读全文
posted @
2014-05-30 15:56
九百年_重生
阅读(829)
推荐(0)
Hash function
摘要:Hash functionFrom Wikipedia, the free encyclopediaA hash function that maps names to integers from 0 to 15. There is a collision between keys "John Sm...
阅读全文
posted @
2014-05-29 10:01
九百年_重生
阅读(1047)
推荐(0)
hash桶
摘要:1 #include 2 #include 3 #include "chain.c" //include the chain.c to create chain and list 4 #define NUMBER_SCOPE 69000 5 #define ARRAY_SIZE 10...
阅读全文
posted @
2014-05-29 09:21
九百年_重生
阅读(448)
推荐(0)