Re: Find Duplicate Models
I got this error.
1317 Query execution was interrupted
in:
[ SELECT p.products_id, products_model, products_name, products_type FROM products p, products_description d WHERE p.products_id = d.products_id AND products_model IN ( SELECT products_model FROM products GROUP BY products_model HAVING ( count( products_model ) >1 ) ) ORDER BY products_model ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
Re: Find Duplicate Models
Store have about 17k products
Re: Find Duplicate Models
Then you'll need to increase your timeout value.
Re: Find Duplicate Models
Re: Find Duplicate Models
Find Duplicate Models now reports duplicate and blank model numbers separately.