hello all
I am trying to set column values to a random number between 3 and 5
PMRating
This shows type mismatch error . What is the problem here..
please do help...Thank you
I am trying to set column values to a random number between 3 and 5
PMRating
- TokenID: text
- H1: double
- YearID: text
Code:
UPDATE PMRating SET PMRating.H1 = (5+3-3)*Rnd()+3
please do help...Thank you