Ethan
Ethan

Reputation: 85

How do I insert a row into a splayed table in KDB?

I am trying to insert a row into a table:

`quote insert (...)

but I get an error:

ERROR: 'splay 
(operation is not yet implemented for splayed tables)

How can I insert a row into a splayed table?

Upvotes: 2

Views: 1653

Answers (1)

user1895961
user1895961

Reputation: 1186

You can't use insert on a splayed table like that, try using this

Upvotes: 1

Related Questions