T
Tem
I have a single table that contains information of photos
ie.
ID PhotoName PhotoTags
23 my cat cat animal pet
24 cell phone electronic communication
25 tiger animal zoo
What would be a possible way to write a query that returns similar items
- share similar tags, similar photo name
can this be done with a sql query?
Thank you
Tem
ie.
ID PhotoName PhotoTags
23 my cat cat animal pet
24 cell phone electronic communication
25 tiger animal zoo
What would be a possible way to write a query that returns similar items
- share similar tags, similar photo name
can this be done with a sql query?
Thank you
Tem