Please help me am a beginner:
I want to select data from sql column let's say image_description which contains data in form of tags. e.g one entry in the column is "Moscow, lights, water, Russia, night". The other table entries in this column contain data in a similar format.
I want to use keywords to select the data and put them in a constant say $tag. So the $tag variable may contain at one point e'g "Moscow, lights, water, Russia, night" from above.
How can I formulate my SELECT statement to fetch any row which includes any word in my $tag variable.