by shigemk2

当面は技術的なことしか書かない

impala cast

こんなかんじ。castを使ってconvertなど。

select concat('Here are the first ',cast(10 as string),' results.'); -- Succeeds

Impala Type Conversion Functions