Home › Forums › kdb+ › Key value pairs in dictionary, and how to retrieve them given one? › Re: Key value pairs in dictionary, and how to retrieve them given one?
-
you also can use where clause, which return all keys that have duplicates:
q)dic:`a`b`c`d!1 2 3 1 q)where dic=1 `a`d