m******u 发帖数: 1213 | 1 Local phone.现在也促销。
我也一直用rnk的 1cent, |
|
n*****1 发帖数: 172 | 2 以前一直用rnk这公司的电话预付卡打电话回国内,大概三星期前还能用,这两天一直
说the line is business,打过去客服不是接不通就是说客服中心不在营业时间。貌似
这公司被卖给了signal point,有知道情况的朋友吗? |
|
C**K 发帖数: 3672 | 3 好久以前就買不到RNK電話卡了.
本來考慮在舊卡裡加錢的. 88 food court的手機店老闆勸我不要.... it's gone. |
|
c**t 发帖数: 2744 | 4 Oracle doesn't have top n query.
select x.salary
from (
select salary, rank() over (order by salary desc null last) as rnk fro
m payroll
) x
where x.rnk < 10;
or
select x.salary from (select salary from payroll order by salary desc)
where rownum < 10; |
|
i******c 发帖数: 9350 | 5 关键怎样identify是同一个人. 剩下的好办.
2个table:
employee table:
EID, name, address, phone
empHistory Table:
HID, EID, joinDate, leaveDate
select * from (
select e.eid, e.name, e.address, e.phone, h.joinDate, h.leaveDate, rank()
over(partition by e.eid order by h.joinDate desc) as rnk
from employee e
join empHistory h on e.eid = h.eid
)t
where rnk = 1 and leaveDate is not null |
|
l******b 发帖数: 39 | 6
sal
对?
You are right. The above code returns the bottom 3 instead of top 3.
However, if you want to solve the problem by thinking like rank>=(total-3),
you're going to a dead end.
Simply changing the above code
AND s1.sal >= s2.sal
to
AND s1.sal <= s2.sal
will give you the top 3.
I changed the above code a litter bit(I think it's better put s1.id <>s2.id
condition, coz a row doen't have to compare with itself)
I ran the query against the sample table EMPLOYEES
on Oracle's sample s... 阅读全帖 |
|
l******b 发帖数: 39 | 7
sal
对?
You are right. The above code returns the bottom 3 instead of top 3.
However, if you want to solve the problem by thinking like rank>=(total-3),
you're going to a dead end.
Simply changing the above code
AND s1.sal >= s2.sal
to
AND s1.sal <= s2.sal
will give you the top 3.
I changed the above code a litter bit(I think it's better put s1.id <>s2.id
condition, coz a row doen't have to compare with itself)
I ran the query against the sample table EMPLOYEES
on Oracle's sample s... 阅读全帖 |
|
e*i 发帖数: 10288 | 8 Forward this post to your email--if you are using telnet
_=_
_=_ Part 001 of 001 of file 5_off_30_cpn.zip
_=_
begin 666 5_off_30_cpn.zip
M4$L#!!0````(`&!D_$)O_NPBKE```.-W```0````-5]O9F9?,S!?8W!N+G!D
M9NV]=5Q5V]8P#"B*I)2((FR1E-@==)=T2(@@M:6[0T5"!`D+#%04D!`%:02D
MI;M#NKN[O@7F$>X]]]SG?=_OGV?NW]YK[KGF&CW''&.N8E82E^2"
MZYI("%$@",C:P(R$GQ\L9VJ%U;
M!:!=#6A'PI!@:9`V"`I'HD`P.%1'4)`$:V6T!P9TL)`0NMAAK^]A0L))""'?
M"Q1`O%=`5C_:H$@,^D`;"H4XT(9!0/]L@\'0R`-M*!Z>/]O@4`C\... 阅读全帖 |
|
t***r 发帖数: 225 | 9 八阕】以下这160所学校是美国Institutions with Over $20 Million in Federal
Research
(联邦研究经费超过2000万美元的学校)。现在按2000年理科类研究经费多少(Physical
Sci Research Expenditures)进行排序。 【八阕:PopYard.Org】
(资料来源: 2002年版本)http://thecenter.ufl.edu/research_data.html
Physical Science应指广义的理科科学,包括物理,化学等。原文不见具体说明。
不包括数学,环境科学。(后有单列)
注PS%表示Physical Science类经费占该校总研究经费的百分比
Rnk Name Phy Sci $ PS%
1 California Institute of Technology 118,680,000 53.3%
2 Johns Hopkins University 97,324,000 10.8%
3 Massachusetts Institute of Technology 92,0 |
|
t***r 发帖数: 225 | 10 【八阕】以下这160所学校是美国Institutions with Over $20 Million in Federal
Research(联邦研究经费超过2000万美元的学校)。现在按2000年生物类研究经费多少(Lif
e Sci Research Expenditures)进行排序。 【八阕:PopYard.Org】
(资料来源: 2002年版本)http://thecenter.ufl.edu/research_data.html
注LS%表示life Science类经费占该校总研究经费的百分比
Rnk Name Life Sci$ LS%
1 University of California - San Francisco 429,722,000 97.0%
2 Johns Hopkins University 385,694,000 42.8%
3 University of Washington - Seattle 372,127,000 70.3%
4 University of California - Los Angeles 367,862,000 |
|
C**K 发帖数: 3672 | 11 本來一分鐘1 cent的.
打去問客服, 告知公司轉手, 幾個月後會推出新設計的卡, same rate.
大家都用什麼其他替代的? 謝謝. |
|
|
n*****1 发帖数: 172 | 13 我看他们网页还挺正常的,也貌似没有提被卖掉的事,好在我卡里钱不多,看来真的要
换别的电话卡了
不过这样把旧客户预付的钱也吞掉,也太没品了 |
|
|
|
x*******1 发帖数: 28835 | 16 NAME GROUP PTS PCT RNK
xiaok1981 1 Create or Join a Group 40 99.3 38982 |
|
w*****r 发帖数: 2061 | 17 晒晒自己小组赛后的最佳entry得分
pts 22
PCT(%) 97.0%
RNK 30,814 |
|
z***i 发帖数: 9880 | 18 被法国意大利黑塞维害了
pts: 24
PCT: 99.6%
RNK:3778 |
|
|
|
I*******p 发帖数: 656 | 21 Rnk Team MP W D L GF GA Pts Av. pts Apps.
1 Brazil 97 67 15 15 210 88 216 2.23 19
2 Germany 99 60 19 20 206 117 199 2.01 17
3 Italy 80 44 21 15 126 74 153 1.91 17
4 Argentina 70 37 13 20 123 80 124 1.77 15
5 England 59 26 19 14 77 52 97 1.64 13
6 Spain 56 28 12 16 88 59 96 1.71 13
7 ... 阅读全帖 |
|
|
|
s*******2 发帖数: 791 | 24 最近看到这个code;虽然看了help,但是还是不明白这个proc rank procedure是怎么
回事情,请哪位给我讲讲吧。谢谢了。
proc rank data= a groups=20 out=rnk (keep= flag var rankk) ;
var var ;
ranks rankk ;
run ; |
|
l***a 发帖数: 12410 | 25 rank var "var" into 20 groups by it's value. output to "rnk" data. the group
number is stored in "rankk" |
|
R*******e 发帖数: 25533 | 26 http://www.youtube.com/watch?v=RNK-BgPLjnM
作曲:張敬軒
填詞:陳詠謙
編曲:Johnny Yim
監製:Johnny Yim / 張敬軒
求你別要太早 甦醒
床上卻要壓下來 追兵
或者親密是一種極刑
被迫裸露著孤身隻影
陪著我 陪著我 如像你吻他人那樣
馴服我 馴服我 平伏我心癢~
難獨佔 難分享 現在恨不得去搶
承認我 承認我 承認你給我~ 這下場
留我做你要的 小丑
娛樂你這個薄情 小偷
是一種病但不可拔喉
蕩於黑夜裂開的缺口
陪著我 陪著我 如像你吻他人那樣
馴服我 馴服我 平伏我心癢~
難獨佔 難分享 現在恨不得去搶
承認我 承認我 承認你給我~ 這下場
然後你 歧視我 遺下我與卑微接壤 (根本不知道怎去搶)
然後你 逃避我 門被你關上~
難獨佔 才分享 現在是一種妄想 (得不到所以逞強 得不到只有逞強)
承認我 承認我 承認你迫我~ 變異常 (不要捨棄我 難道我只能夠變異常)
怎可能 怎可能 變異常 |
|