Joe Conway writes: > I was looking for a datatype to represent a single byte unsigned integer. > The closest thing I can find looking through the online manual is a one byte > char. Are there any side-effects of using a char datatype for this purpose? Yes, it won't store single byte unsigned integers, only single byte signed characters. > Is there a better datatype to use? smallint with a check constraint -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- [SQL] how to select a time frame on timestamp rows. bartschm
- Re: [SQL] how to select a time frame on timestamp ro... Peter Eisentraut
- [SQL] Re: how to select a time frame on timestam... bartschm
- [SQL] Using INDEX on date/time values // Re: ho... Alvar Freude
- Re: [SQL] Using INDEX on date/time values /... Mike Castle
- [SQL] single byte unsigned integer datatype Joe Conway
- [SQL] current host and dbname info Peter Eisentraut
- [SQL] current host and dbname info Joe Conway