MySQL Find and Replace for Tablepress Plugin for WordPress -
i'm using tablepress plugin wordpress. i'm trying find/replace of 'http://' replace 'https://'.
i've used search , replace plugin, not touch tablepress content.
i know can write sql command search find/replace in phpmyadmin, not sql expert not sure how structure command.
can help?
thanks in advance!!
update your_table
set your_column
= replace(your_column
, 'http://', 'https://')