i want display 1 record from colums zodys, I’m programint in C#
I have table test and I want select row zodys
SELECT top 1 zodys from test ORDER BY rnd(zodys)
I get error: Data type mismatch in criteria expression.
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.
Sadly being without the ability to test, but
Rndin Access queries takes a numeric parameter, so I presume zodys is not numeric.Here’s an entire article on the subject of random sorting in Access.