There is a table. I need to insert a string into it if it does not exist, or to update it if the entry already exists.
So far I’m doing this: I’m trying to get the data I need in one of the fields, then I check if I’ve returned something, if yes, I’m updating it, if not, I’m creating a new record.
on duplicate update- splash58