SELECT COUNT
(
DISTINCT
(
AMT_INCOME_TOTAL
)
)
FROM credit_record
count(DISTINCT "AMT_INCOME_TOTAL")
int64
0
866
Hosted on
Deepnote