please give me the SQL to count the decimal places in the unit_Price in my Access 2007 query
thank you very much
SELECT SYSADM_PART.ID, SYSADM_PART.UNIT_PRICE
FROM SYSADM_PART;
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think it might be something like this (but I haven’t tried it):
This is an educated guess. I assumed Unit_Price is a number, thats why I have converted to a string.
Apologies, if this is wrong.
Let me know if it works, I don’t have anyway to try it!