|
| 2006 - MySQL server has gone away
select p2c.products_id, pd.products_name from products_to_categories p2c left join products_short_d as pd on p2c.products_id = pd.products_id where p2c.products_id <> '59019' and p2c.ads_date > '2023-09-11 18:04:29' and p2c.categories_id = '34' and p2c.status_id = '1' order by p2c.ads_date asc limit 1
[TEP STOP]
|