13 Jul
2012
13 Jul
'12
1:32 p.m.
On 13-07-2012 15:26:24 +0200, Stefan de Konink wrote:
On 13-07-12 15:07, Fabian Groffen wrote:
On 13-07-2012 14:57:09 +0200, Stefan de Konink wrote:
Is there currently any possibility to store arrays or full BATs in a MonetDB5/SQL column which can be referenced later on? I'm looking for a support "database native" serialisation.
An SQL column IS a BAT, so what do you mean?
create table test (id serial, objects BAT);
Or regarding to PostgreSQL syntax:
create table test (id serial, objects integer[]);
As you state in MonetDB a column is a BAT. Is there any exported variable width datatype that hosts BAT columns in itself? Giving each row in the first column an unique BAT.
You want a BAT in a BAT. No. Fabian