Home > BIT

BIT

  • June 28, 2007 3:04 PM
create table bits(a bit(10));

insert into bits values(b'1010');

select bin(a) from bits;

select a+0 from bits;

BinaryでSELECT、ダミーの0を足して10進数に変換

関連エントリー

Home > BIT

Search
Feeds

Return to page top