I have a field in the bank with this format
TESTE numeric(8, 3)
I want to record this form.
UPDATE TB_PLANO_CONTAS SET TESTE = 001.000 WHERE IDPLANOCONTAS = 63
The result looks like this: 1,000
UPDATE TB_PLANO_CONTAS SET TESTE = 101.000 WHERE IDPLANOCONTAS = 64
The result looks like this: 101,000