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