SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
select * from jobdetails where job_no between '0711' and '0713'
the only problem is that job '0713' is going to be returned as well so can use '07299999999999' or just add and job_no <> '0713'
job '0713'
'07299999999999'
and job_no <> '0713'
Dan zamir