Since I believe this should be a basic question I know this question has probably been asked, but I am unable to find it. I\'m probably about to earn my Peer Pressure badge,
As Jeremy Smith posted it, i'll recap, since I couldn't answer to that particular question of his.
select * from jobdetails where job_no like '071[1-2]%'
If you just need 0711% and 0712% you can also place a ranges within the brackets. For the NOT keyword you could also use [^1-2]%
0711%
0712%
NOT
[^1-2]%