I am encountering a weird behaviour on using SQL SUM method on decimal values with DOMO Data Flow.
Expected result based on query from MySql:

Result in DOMO after Redshift Data Flow completes:

Issue is that precision is lost in this case and final result will be different in doing SUM on this values:
MySql => 100
DOMO => 99.99.
What can I do in this case to fix that part and to obtain same result as MySql?