MonetDB doesn't support unsigned integer at the SQL level, because the SQL:2003 only allows signed numerical data types.
If you need to represent integer values larger than max. unsigned int, you have to use bigint.
On Jan 23, 2013, at 01:29 , Eduardo Oliveira wrote:
Hello,
I would like to know if MonetDb supports unsigned integer, i couldn't find anything on documentation. I tried to created a table with unsigned int and i get an error.
_______________________________________________
users-list mailing list
users-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/users-list