Re: how to deal with parted table?

101h is monadic primitivelog is the natural logarithm function, rename your table to something elseRegards, AttilaOn Wed, Jun 4, 2008 at 7:18 AM, Davies <davies.liu> wrote:>> Hi, all:>> I create a parted table, just like in /kx/kdb+/taq/tq.q, the directory> looks like:>> rohan/> |-- 2008.05.08> | -- log&gt; | |-- agent&gt; | |-- bid&gt; | |-- code&gt; | |-- date&gt; | |-- ip&gt; | |-- length&gt; | |-- method&gt; | |-- nreferer&gt; | |-- nurl&gt; | |-- pt&gt; | |-- referer&gt; | |-- sid&gt; | |-- time&gt; | |-- uid&gt; | – url> |-- agent> |-- sym> -- url&gt;&gt; then:&gt;&gt; # q rohan&gt; q) \v&gt; agentdatelogsymurl> q)date> ,2008.05.08> q)type date> 14h> q)log> log> q)type log> 101h / what does 101h mean?> q)select from log> 'type> q)count value `:2008.05.08/log/> 10>> how to deal with the parted table log, especially cross dates?>> Best Regards,> Davies Liu> >></davies.liu>