MySQL – Truncated incorrect DOUBLE value – using SELECT IN() on comma separated VARCHAR column
I have a MySQL table with a VARCHAR column VISITOR_ID that saves multiple or single visitor id values. I want the ENTERED_TEXT to have a 1 to many relationship, and don't want to make multiple rows for that relationship to…