79783381

Date: 2025-10-06 06:02:08
Score: 2
Natty:
Report link

SUM(CASE WHEN action_type='debit'THEN action_amount ELSE 0END)->Calculates total debit amount per client.

SUM (CASE WHEN action_type='credit'THEN action_amount ELSE 0 END)->Calculates total credit amount per client.

for clinet_id =10,

Balance =382.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SureshBurugolla