With standard SQL you can use CAST function, eg. cast(numStringColumn as int64) . Look out for standard SQL type names, as they aren't ...
確定! 回上一頁