On 19 Jul 2013, at 11:02am, techi eth <techi...@gmail.com> wrote:

> Definition of integer data type will talk for signed integer. What about
> unsigned integer ?Are they also be part of same data type.

Yes.  SQLite has no special type for an unsigned integer.  Just store them as 
integers.

The page you were looking at lists everything.  If it's not on that page it 
doesn't exist.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to