blob: 594fd2bb6f625408001a7adfe3153f6dfdee6d09 [file] [log] [blame]
create table tbl (a binary);
select cast (a as float) from tbl limit 1;