0SELECT * FROM `locality` WHERE url = 'eston-sk' LIMIT 1
1UPDATE locality SET weather = '{\"date\":\"2024-04-19\",\"data\":{\"2024-04-19\":{\"01\":{\"temp\":-4,\"pressure\":1031,\"humidity\":87,\"icon\":\"13n\",\"wind\":8},\"04\":{\"temp\":-4,\"pressure\":1032,\"humidity\":87,\"icon\":\"13n\",\"wind\":7},\"07\":{\"temp\":-4,\"pressure\":1034,\"humidity\":85,\"icon\":\"04n\",\"wind\":7},\"10\":{\"temp\":-4,\"pressure\":1036,\"humidity\":73,\"icon\":\"04d\",\"wind\":7},\"13\":{\"temp\":-1,\"pressure\":1036,\"humidity\":65,\"icon\":\"04d\",\"wind\":6},\"16\":{\"temp\":0,\"pressure\":1035,\"humidity\":58,\"icon\":\"04d\",\"wind\":5},\"19\":{\"temp\":0,\"pressure\":1034,\"humidity\":53,\"icon\":\"04d\",\"wind\":4},\"22\":{\"temp\":-2,\"pressure\":1035,\"humidity\":70,\"icon\":\"01n\",\"wind\":2}},\"2024-04-20\":{\"01\":{\"temp\":-2,\"pressure\":1034,\"humidity\":63,\"icon\":\"01n\",\"wind\":1},\"04\":{\"temp\":-2,\"pressure\":1034,\"humidity\":60,\"icon\":\"01n\",\"wind\":3},\"07\":{\"temp\":-3,\"pressure\":1033,\"humidity\":65,\"icon\":\"01n\",\"wind\":3},\"10\":{\"temp\":1,\"pressure\":1032,\"humidity\":49,\"icon\":\"01d\",\"wind\":3},\"13\":{\"temp\":5,\"pressure\":1029,\"humidity\":34,\"icon\":\"01d\",\"wind\":3},\"16\":{\"temp\":7,\"pressure\":1027,\"humidity\":34,\"icon\":\"01d\",\"wind\":4},\"19\":{\"temp\":7,\"pressure\":1023,\"humidity\":33,\"icon\":\"01d\",\"wind\":4},\"22\":{\"temp\":3,\"pressure\":1022,\"humidity\":64,\"icon\":\"01n\",\"wind\":5}},\"2024-04-21\":{\"01\":{\"temp\":1,\"pressure\":1020,\"humidity\":69,\"icon\":\"01n\",\"wind\":4},\"04\":{\"temp\":1,\"pressure\":1017,\"humidity\":67,\"icon\":\"01n\",\"wind\":4},\"07\":{\"temp\":0,\"pressure\":1013,\"humidity\":67,\"icon\":\"02n\",\"wind\":5},\"10\":{\"temp\":4,\"pressure\":1010,\"humidity\":55,\"icon\":\"04d\",\"wind\":7},\"13\":{\"temp\":10,\"pressure\":1006,\"humidity\":52,\"icon\":\"10d\",\"wind\":7},\"16\":{\"temp\":12,\"pressure\":1002,\"humidity\":35,\"icon\":\"10d\",\"wind\":8},\"19\":{\"temp\":10,\"pressure\":1001,\"humidity\":58,\"icon\":\"10d\",\"wind\":10},\"22\":{\"temp\":7,\"pressure\":1001,\"humidity\":76,\"icon\":\"10n\",\"wind\":5}}}}' WHERE id = 18605 LIMIT 1
0SELECT * FROM `region` WHERE id = 179 LIMIT 1
0SELECT * FROM `category` WHERE url = 'veterinary-care' LIMIT 1
3SELECT locality_id, category_id, price_level FROM `category_item` WHERE locality_id = 18605 AND category_id = 137 GROUP BY locality_id, category_id, price_level
0SELECT COUNT(*) FROM `category_item` WHERE locality_id = 18605 AND category_id = 137
1SELECT * FROM category_item INNER JOIN item ON category_item.item_id = item.id WHERE category_item.locality_id = 18605 AND category_item.category_id = 137 ORDER BY item.name LIMIT 0,24
0SELECT * FROM `region` WHERE id IN ('179') LIMIT 1
0SELECT * FROM `locality` WHERE id IN ('18605') LIMIT 1
0SELECT * FROM `photos` WHERE `item_id` IN ('210203')
0SELECT item_id, category_id FROM `category_item` WHERE item_id IN ('210203')
0SELECT * FROM `category` WHERE id IN ('96','137') LIMIT 2
2SELECT locality_id, category_id FROM `category_item` WHERE locality_id = 18605 GROUP BY locality_id, category_id
0SELECT * FROM `category` WHERE `id` IN ('96','97','98','99','100','102','103','104','106','107','108','110','112','115','118','119','120','121','123','125','127','128','133','136','137','139','141','142','143','162','166','167','168','169','171') ORDER BY name
0SELECT * FROM counts where updated="2024-04-19" and table_name like 'news'
0SELECT * FROM counts where updated="2024-04-19" and table_name like 'news'
1SELECT * FROM `category` ORDER BY name
2SELECT * FROM `item` f JOIN ( SELECT RAND() * (SELECT MAX(id) FROM `item`) AS max_id ) AS m WHERE f.id >= m.max_id ORDER BY f.id ASC LIMIT 4
0SELECT * FROM `region` WHERE id IN ('174','176') LIMIT 2
0SELECT * FROM `locality` WHERE id IN ('16327','16103','17236') LIMIT 3
0SELECT * FROM `photos` WHERE `item_id` IN ('84868','84869','84870','84871')
0SELECT * FROM `locality` f JOIN ( SELECT RAND() * (SELECT MAX(id) FROM `locality`) AS max_id ) AS m WHERE f.id >= m.max_id ORDER BY f.id ASC LIMIT 7
0SELECT * FROM `region` WHERE id IN ('168') LIMIT 1