Skip to content

Commit

Permalink
use da.* instead of * in select statement (duneanalytics#6223)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Jun 21, 2024
1 parent add8b2c commit 3b76cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/models/solana_utils/solana_utils_token_accounts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ WITH
group by 1
)
SELECT
*
da.*
, case when nft.account_mint is not null then 'nft'
else 'fungible'
end as account_type
Expand Down

0 comments on commit 3b76cbf

Please sign in to comment.