Trying to build a SQL statement in which I can filter reports by a narrative field containing the word bike. Need to include those reports containing bike and bikeway, but omit those only containing bikeway.
Seems like I need to filter by bike followed by a space, but how to get it to recognize that space as a character? New at this; not familiar enough to get this on my own!