In Informix, how can I cast a char(8) type into a money type, so that I can compare it to another money type?
Using ‘tblAid.amt::money as aid_amt‘ did not work. Using ‘(tblAid.amt * 1) AS aid_amt‘ did not work.
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.
try this –>
You may be able to compare the amounts as numeric.