79444358

Date: 2025-02-17 03:53:23
Score: 3
Natty:
Report link

set @strPartyName = (Select Party_Name from Cheque_Book where Voucher_No= @Voucher_No and Voucher_Type_No= @Voucher_Type_No and Company_No= @Comp_No and Bank_Account_No= @dbc_Account)

This subquery could potentially return more than one row, causing the error

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @strPartyName
  • User mentioned (0): @Voucher_No
  • User mentioned (0): @Voucher_Type_No
  • User mentioned (0): @Comp_No
  • User mentioned (0): @dbc_Account
  • Low reputation (1):
Posted by: MUHAMMAD Bari