Hello,
Thank you everyone for being supportive!
I have a brief query about the data types, according to the documentation
http://monetdb.cwi.nl/SQL/Documentation/Data-Types.html, for storing
string/char type date, we have following options
1.CHAR[ACTER] (L) - character string with length L
2.VARCHAR (L) | CHARACTER VARYING (L) - string with atmost length L
CLOB | CHARACTER LARGE OBJECT
BLOB | BINARY LARGE OBJECT
DECIMAL(P,S) | NUMERIC(P,S)
My question is would CLOB would be the right choice to store variable
length/ dynamic string/char data, varchar(L) is out of the picture as i wont
know the length of the string.
Thank you for your time and help!
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-developers mailing list
Monetdb-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/monetdb-developers