Hi,
I don't know if I have some limitation or not, but I cann't. I tried to define as text but it wasn't possible too. I defined with text, but I don't know how to do to concat with the new values.
For exemple, how to do:
insert into A values (id, b1.name || b2.name);
I suppose that I have...