Posts by user206615 • 1 point
1 post
- 
		0 votes0 answers19 viewsQ: values calculated on oracle with differencesGood afternoon! Run the select: SELECT 5.297800000 * 251564.541760000 FROM dual Returns the value: 1332738.62933613 I run the same calculation in a package and get the value: 1332738.629336128 With…