create table tbl (a binary); select cast (a as float) from tbl limit 1;