Description:
The DML statement Update is not validating the query syntax and updating 0 values for all the rows mentioned for the column name in the update statement.
Example:"update fa_voucherdetails set Credit=843583.74 and pacsid=911 and VoucherPkey=4234 and VoucherDetailID=348"
This query got updated with 0 values in the credit column as the developer wrote a wrong syntax in place of where he has wrongly used and the sql engine did not validate the syntax.
How to repeat:
Example:"update fa_voucherdetails set Credit=843583.74 and pacsid=911 and VoucherPkey=4234 and VoucherDetailID=348"