I would like to query a single column (varchar):
sample datarows:
1) The fox jumps like a foo on my bar
2) Jumpers are not cool
3) Apple introduced iJump
When I enter a search criteria like... jump
I expect to get a resultset of: jumps, Jumpers, iJump (So I dont want the complete row)
Currently I'm using MySQL (I'm open to suggestions as long it's open source)
jump's in the row?