Hi all
I am using the following query to select records for table
Select JobTitle,JobDes c,Scraped,logoi mage,JobPostID, SchoolID,web,Me mType,Instituti onName,PayScale ,LEA,Contract as ContractType,Ho ursAbl,StartDat e,ClosingDate,a sap from tblJobScrap Where ((JobTitle like '% Art %' OR JobTitle like '% Art and Design %' OR JobTitle like '% Art & Design %'))
This query return the records having no keywords like Art ,Art and Design or Art & Design but having words having Start (for St(Art) ,P(art) etc) where I want to retrieve only those records that have Art word.
I don't know how i can do this
Any Help in this issue
I am using the following query to select records for table
Select JobTitle,JobDes c,Scraped,logoi mage,JobPostID, SchoolID,web,Me mType,Instituti onName,PayScale ,LEA,Contract as ContractType,Ho ursAbl,StartDat e,ClosingDate,a sap from tblJobScrap Where ((JobTitle like '% Art %' OR JobTitle like '% Art and Design %' OR JobTitle like '% Art & Design %'))
This query return the records having no keywords like Art ,Art and Design or Art & Design but having words having Start (for St(Art) ,P(art) etc) where I want to retrieve only those records that have Art word.
I don't know how i can do this
Any Help in this issue
Comment