I have following table: q) t:([s:`symbol$()] id:();id2:`int$())where 's'
is a primary key and 'id' col has general type.I am trying to understand
following behavior when inserting a list (string in this ex.) in 'id'
column:a) Upsert works but Insert ...