Link to home
Start Free TrialLog in
Avatar of robanddeanna
robanddeanna

asked on

if statement on sql results

I am trying to look at a series of values being returned by a select statement. Based on those values, I want to run a job. How can I do that?

pseudo-code below:

If row 1 of select results contains these values, run this job
If row 2 of select results contains these values, run this job....
ASKER CERTIFIED SOLUTION
Avatar of Brian Crowe
Brian Crowe
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial