SQLite string contains other string query

Viewed 150192

How do I do this?

For example, if my column is "cats,dogs,birds" and I want to get any rows where column contains cats?

2 Answers
Related