Reputation: 85
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
Reputation: 1186
You can't use insert on a splayed table like that, try using this
Upvotes: 1