Okay cool.
SELECT * FROM wp_postmeta
WHERE meta_key
LIKE ‘_price’ ORDER BY wp_postmeta
.meta_value
DESC
I ran this and I found 6 or so product prices with the amount of 999999. That’s where the 100k comes in.
But how do I find which product it is? My site is loaded with 3,000 products.
Any tips on how I should go about locating these 6 or so items?
Thank you!
Michael