0SELECT * FROM `locality` WHERE url = 'georgetown-on' LIMIT 1
1UPDATE locality SET weather = '{\"date\":\"2024-04-19\",\"data\":{\"2024-04-18\":{\"22\":{\"temp\":9,\"pressure\":1016,\"humidity\":77,\"icon\":\"04n\",\"wind\":1}},\"2024-04-19\":{\"01\":{\"temp\":9,\"pressure\":1016,\"humidity\":81,\"icon\":\"04n\",\"wind\":2},\"04\":{\"temp\":8,\"pressure\":1015,\"humidity\":87,\"icon\":\"04n\",\"wind\":2},\"07\":{\"temp\":8,\"pressure\":1012,\"humidity\":93,\"icon\":\"10d\",\"wind\":2},\"10\":{\"temp\":8,\"pressure\":1009,\"humidity\":99,\"icon\":\"10d\",\"wind\":1},\"13\":{\"temp\":10,\"pressure\":1010,\"humidity\":86,\"icon\":\"10d\",\"wind\":8},\"16\":{\"temp\":11,\"pressure\":1012,\"humidity\":54,\"icon\":\"03d\",\"wind\":8},\"19\":{\"temp\":7,\"pressure\":1014,\"humidity\":53,\"icon\":\"02d\",\"wind\":6},\"22\":{\"temp\":5,\"pressure\":1015,\"humidity\":55,\"icon\":\"01n\",\"wind\":5}},\"2024-04-20\":{\"01\":{\"temp\":4,\"pressure\":1015,\"humidity\":71,\"icon\":\"02n\",\"wind\":5},\"04\":{\"temp\":2,\"pressure\":1015,\"humidity\":77,\"icon\":\"04n\",\"wind\":5},\"07\":{\"temp\":3,\"pressure\":1015,\"humidity\":75,\"icon\":\"03d\",\"wind\":5},\"10\":{\"temp\":5,\"pressure\":1016,\"humidity\":54,\"icon\":\"10d\",\"wind\":7},\"13\":{\"temp\":6,\"pressure\":1016,\"humidity\":54,\"icon\":\"10d\",\"wind\":8},\"16\":{\"temp\":7,\"pressure\":1016,\"humidity\":53,\"icon\":\"04d\",\"wind\":8},\"19\":{\"temp\":4,\"pressure\":1017,\"humidity\":62,\"icon\":\"04d\",\"wind\":5},\"22\":{\"temp\":2,\"pressure\":1018,\"humidity\":77,\"icon\":\"01n\",\"wind\":3}}}}' WHERE id = 16707 LIMIT 1
0SELECT * FROM `region` WHERE id = 176 LIMIT 1
2SELECT * FROM `item` WHERE `locality_id` = 16707 ORDER BY count_views LIMIT 12
0SELECT * FROM `region` WHERE id IN ('176') LIMIT 1
0SELECT * FROM `locality` WHERE id IN ('16707') LIMIT 1
0SELECT * FROM `photos` WHERE `item_id` IN ('319714','69443','466012')
1SELECT item_id, category_id FROM `category_item` WHERE item_id IN ('319714','69443','466012')
0SELECT * FROM `category` WHERE id IN ('96','99','118','103') LIMIT 4
2SELECT * FROM `reviews` WHERE `status` = 1 AND `locality_id` = 16707 AND `date` < '2024-04-19 01:57:02' ORDER BY `date` DESC LIMIT 3
2SELECT locality_id, category_id FROM `category_item` WHERE locality_id = 16707 GROUP BY locality_id, category_id
2SELECT * FROM `category` WHERE `id` IN ('96','99','103','118') 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
4SELECT * 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 ('179','168') LIMIT 2
0SELECT * FROM `locality` WHERE id IN ('18872','14447') LIMIT 2
1SELECT * FROM `photos` WHERE `item_id` IN ('243605','243606','243607','243608')
1SELECT * 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