1
Hello, I have the bank BDMCOM1 that has a table Product Balance and a column Quantity with values like: 1,000. But I have another bank BDMCOM1_V3_ALEA that also has the table Product Balance and column Quantity, only with values in this standard 1,00.
In case I wanted to know how to update the values of the BDMCOM1_V3_ALE bank quantity with the values of the BDMCOM1 bank only removing a character to stay in the correct pattern.
What are the column types of the two tables?
– Leonel Sanches da Silva
All two are decimal, but one is three squares after the comma and the other 2. However I cannot change the property of the table fields.
– JdsMedeirosBR
If you just change the bank mechanism itself normally no longer set for you? It does not automatically remove?
– Andrew Ribeiro
I want to take the updated data from the other table and put it in the new database without changing its structure, just removing the last character to be in the correct pattern.
– JdsMedeirosBR
If changing normally and the bank itself not treating this, Oce can try on update or Insert round the value to two houses as and in its 'ROUND(VALUE, 2)' so it will format to two houses.
– Jeterson Miranda Gomes