This is simple. After months of writing code in kdb/q, i cant figure out why this is not working -
t:([id:0#`] val:0#0n)
q)t insert (
A;1000)
'type
Any ideas?
This is simple. After months of writing code in kdb/q, i cant figure out why this is not working -
t:([id:0#`] val:0#0n)
q)t insert (
A;1000)
'type
Any ideas?
t insert (
A;1000f) should work
Date: Wed, 14 Nov 2012 13:56:15 -0800
From: jain.samit@gmail.com
To: personal-kdbplus@googlegroups.com
Subject: [personal kdb+] simple table insert
This is simple. After months of writing code in kdb/q, i cant figure out why this is not working -
t:([id:0#`] val:0#0n)
q)t insert (
A;1000)
'type
Any ideas?
–
Submitted via Google Groups
t insert (
A;1000f)
ah thanks. I kept doing 1000e for real types