I'm implementing a Tag system...
Currently i have the table tags with name, description, createdby fields.
And the table images that have a field tags. Inside this field i will put the tags name from the table tags, separated by comma.
But, if i want to get all images with tag Foo how i do form the query? since the field will contain multiple tags separated by comma.

