thanks,
the other question is when I try "select ((count string
sym)_"000000",string sym) by sym from hlytb" , it shows:
sym | sym
------| ----------------------------
423 | "0" "0" "0" "0" "0" "423"
600062| "0" "0" "0" "0" "0" "600062"
600129| "0" "0" "0" "0" "0" "600129"
837 | "0" "0" "0" "0" "0" "837"
and I try "select count string sym by sym from hlytb" , it shows
sym | sym
------| ---
423 | 1
600062| 1
600129| 1
837 | 1
but what I want is:
sym | sym
------| ---
423 | 3
600062| 6
600129| 6
837 | 3
don't know why the "count" can't calculate the character number of
"string sym" .
> >
http://groups.google.com/group/personal-kdbplus?hl=en.- 隐藏被引用文字 -
>
> - 显示引用的文字 -