Votes
Answers
Views
Question
0
votes
1
answer
82
views
asked 13 years ago by candyb
updated 13 years ago by pavelshainsky
Tags:
Is there a way to do this: I have a test step that executes a SELECT statement against a database. One of the columns in the results set is a number represented in the database as a VARCHAR data type. I want to convert it to an integer and test if it is greater than some number. How do I do this in ...