Обсуждение: is there a 'byte' type?

Поиск
Список
Период
Сортировка

is there a 'byte' type?

От
"Lynn Gabbay"
Дата:
i'm baffled... i went through the online docs, and it looks like the
smallest numerical type they have is int2.  isn't there a single-byte type i
can use?  do i simply use char(1) and cast?  any advice?

-l