Skip to content

Commit 3becd93

Browse files
authored
Update sudoswap_ethereum_events.sql (#1485)
1 parent 99203cc commit 3becd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/sudoswap/ethereum/sudoswap_ethereum_events.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ WITH
332332
, evt_type
333333
, seller
334334
, buyer
335-
, amount_raw/number_of_items as amount_raw
335+
, cast(amount_raw/number_of_items as double) as amount_raw
336336
, amount_original/number_of_items as amount_original
337337
, amount_usd/number_of_items as amount_usd
338338
, currency_symbol

0 commit comments

Comments
 (0)