It is table structure, i want only get jobcategory 1 data
Query :
SELECT NAME, JOBCATEGORY
FROM TABLENAME
WHERE (JOBCATEGORY LIKE '%1%')
result geeting jobcategory 12 also Only i want jobcategory = 1 data
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Feb 17, 2018, 5:26 AM