D
dm
Insert Into tblCustomerAccounts (CustId, dst_bank,
dst_city, dst_branch, dst_acc_no) Values (114, 88,
999, '99999', '111111111')
When executing this query, I got the error:
"The decimal field's precision is too small to accept the
numeric you attempted to add"
How can I solve this?
dst_city, dst_branch, dst_acc_no) Values (114, 88,
999, '99999', '111111111')
When executing this query, I got the error:
"The decimal field's precision is too small to accept the
numeric you attempted to add"
How can I solve this?