fix spacing

This commit is contained in:
San Yong 2025-06-03 09:33:35 +08:00
parent cff0e34c57
commit dad22c6867

View File

@ -32,7 +32,7 @@ SELECT
amount,
ROUND(
CASE
WHEN amount_usd < 1e + 15 THEN amount_usd
WHEN amount_usd < 1e+15 THEN amount_usd
ELSE NULL
END,
2