Woocommerce – PHP with SQL – run php function on a field in WHERE clause before it gets compared with LIKE
I use Wordpress/Woocommerce with MySQL. I need to find all orders with the same billing phone as a given one. The basic SQL is below. The problem is that when the phone numbers were stored in the DB they were…