blob: 16f56ec5d3403334f3600148d3f98b31d0c64ff3 [file] [log] [blame]
create table tbl (a binary);
select cast (a as smallint) from tbl limit 1;