0
Someone could explain to me: I made a Join between two tables. Both bring the same value in their fields. And when subtracting one value minus the other, it does not give zero. As this is possible?
E1_SALDO = 990,42
BAIXZ0 = 990,42
SUBTRACAO = 990,42 - 990,42 = 1,13686837721616E-13
What kind of field?
– ramaral
Both are numerical.
– catholiveira
Catharina, probably some column is declared as floating point (real or float). Or both.
– José Diz