Hi,
Suppose I have a field(A) in my table(Tab) which has a sentences like
"I work for a major company"
Now in my select statment I want to pick only those records where field "A" has word "major" in it..
How do i do that?
I thought there was some 'Any' operator ...
select * from Tab where A ?????????
Suppose I have a field(A) in my table(Tab) which has a sentences like
"I work for a major company"
Now in my select statment I want to pick only those records where field "A" has word "major" in it..
How do i do that?
I thought there was some 'Any' operator ...
select * from Tab where A ?????????