比如一串數字14,23,64,23,14,20,30
其中14重複兩次,23重複兩次,其餘沒有重複。
******************************===
declare @sql varchar(1000)
declare @str varchar(100)
set @str='14,23,64,23,14,20,30'
select @sql='select col,count(1) as c from (select '
+replace(@str,',',' as col union all select')
+') b group by col order by c desc '
print (@sql)
exec (@sql)
/*col c
----------- -----------
14 2
23 2
30 1
20 1
64 1
*/
統計序列中出現一次的數字
統計出現一次的數字 其它數字只出現兩次 include stdafx.h include include include using namespace std unsigned int firstbitis1 int num int k 0 for num 2 0 num 2 return k u...
統計一串字元中字母 數字 空格和其他字元出現的次數
while true str input 請輸入字串 alp 0 spa 0 num 0 oth 0if strin nn break else for c in str if c spa spa 1continue if a c.lower z alp alp 1continue if 0 c 9...
算一串數字的entropy 數字
醫生,你確定我沒事嗎?要不要再做個檢查,核磁共振什麼的?金陵市第一腦科醫院內,李宇緊攥著醫生的雙手,滿臉緊張地問道。真沒什麼事兒,開點藥吃吃就行了。可能是最近壓力過大,回去注意休息,多喝喝開水,過一陣子就沒事了。中年醫生低著頭寫病歷,看也不看李宇,自顧自地說道。可是 李宇剛要再說些什麼,就被醫生塞過...