blob: 40ff801460ef827737d4a818a60f6aa088a3ee34 [file] [log] [blame]
create table tbl (a binary);
select cast (a as double) from tbl limit 1;