You can simply use CAST(... as DATETIME) as in below example #standardSQL WITH `project.dataset.table` AS ( SELECT CURRENT_TIMESTAMP() ...
確定! 回上一頁