Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在输出中将浮点值 2.0 转换为 2.00。我怎样才能在 bigquery 中达到同样的效果?
例如,我将值 6412.7 作为输入。我想要像 6412.70 这样的输出。
选择 CAST(1200.555 作为字符串格式'999,999.99') 作为;