Is there a cursor equivalent function for SQL queries?
I want to be able to test each number in a column against something and perform actions on that number depending on the outcome of that test.
But for this to happen, i need to one by one test each number in the column by scrolling down record by record.
How can i go about this in access sql??
I want to be able to test each number in a column against something and perform actions on that number depending on the outcome of that test.
But for this to happen, i need to one by one test each number in the column by scrolling down record by record.
How can i go about this in access sql??