Home › Forums › kdb+ › How to remove an empty symbol from q dictionary › Re: How to remove an empty symbol from q dictionary
-
If you mean remove the null key, you can drop the null using the following syntax:
q)show d:(4?(0Nd,3?.z.D))!1 2 3 4 2006.11.03| 1 2008.12.03| 2 | 3 | 4 q)enlist[0Nd] _ d 2006.11.03| 1 2008.12.03| 2