blob: 73e4729aa0fc1edd049949d41aa72790b82a5618 [file] [log] [blame]
create table tbl (a binary);
select cast (a as int) from tbl limit 1;