I have a fiels in a table that has the result of a calculation. The nuber could be eg. 7.85. Is there a way to extract just the decimal part of this fiels ie .85 ?
Decide wether u want to change your data into the decimal part. I.e. change the number 7.85 into 0.85 or do u want to view it as 0.85. In the first case u would make an update-query, updating Number to Number - int(numer). In the later case, u would make a select query DecNumber: Number - int(Number)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.