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. Thank you, -- *Eduardo Oliveira * *IT* ***Email:* eduardo.oliveira@adclick.pt *Web: *www.adclickint.com **http://www.adclickint.com/ * * http://www.adclickint.com/ http://www.adclickint.com/
Hello Eduardo, 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. Regards, Jennie 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.
Thank you,
-- Eduardo Oliveira IT Email: eduardo.oliveira@adclick.pt Web: www.adclickint.com
_______________________________________________ users-list mailing list users-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/users-list
participants (2)
-
Eduardo Oliveira
-
Ying Zhang