0SELECT * FROM `locality` WHERE url = 'dodsland-sk' LIMIT 1
1UPDATE locality SET weather = '{\"date\":\"2024-04-16\",\"data\":{\"2024-04-16\":{\"01\":{\"temp\":10,\"pressure\":1004,\"humidity\":80,\"icon\":\"04n\",\"wind\":10},\"04\":{\"temp\":9,\"pressure\":1005,\"humidity\":82,\"icon\":\"04n\",\"wind\":8},\"07\":{\"temp\":7,\"pressure\":1007,\"humidity\":80,\"icon\":\"04n\",\"wind\":7},\"10\":{\"temp\":5,\"pressure\":1011,\"humidity\":80,\"icon\":\"04d\",\"wind\":8},\"13\":{\"temp\":4,\"pressure\":1013,\"humidity\":80,\"icon\":\"04d\",\"wind\":9},\"16\":{\"temp\":6,\"pressure\":1014,\"humidity\":63,\"icon\":\"04d\",\"wind\":10},\"19\":{\"temp\":6,\"pressure\":1015,\"humidity\":65,\"icon\":\"04d\",\"wind\":9},\"22\":{\"temp\":3,\"pressure\":1017,\"humidity\":77,\"icon\":\"04n\",\"wind\":7}},\"2024-04-17\":{\"01\":{\"temp\":1,\"pressure\":1018,\"humidity\":85,\"icon\":\"04n\",\"wind\":8},\"04\":{\"temp\":0,\"pressure\":1019,\"humidity\":90,\"icon\":\"13n\",\"wind\":9},\"07\":{\"temp\":-1,\"pressure\":1021,\"humidity\":86,\"icon\":\"13n\",\"wind\":9},\"10\":{\"temp\":-1,\"pressure\":1022,\"humidity\":71,\"icon\":\"13d\",\"wind\":10},\"13\":{\"temp\":0,\"pressure\":1023,\"humidity\":67,\"icon\":\"13d\",\"wind\":11},\"16\":{\"temp\":1,\"pressure\":1023,\"humidity\":68,\"icon\":\"13d\",\"wind\":11},\"19\":{\"temp\":-1,\"pressure\":1025,\"humidity\":80,\"icon\":\"13d\",\"wind\":11},\"22\":{\"temp\":-3,\"pressure\":1028,\"humidity\":87,\"icon\":\"13n\",\"wind\":9}},\"2024-04-18\":{\"01\":{\"temp\":-4,\"pressure\":1030,\"humidity\":81,\"icon\":\"13n\",\"wind\":9},\"04\":{\"temp\":-4,\"pressure\":1030,\"humidity\":79,\"icon\":\"13n\",\"wind\":8},\"07\":{\"temp\":-5,\"pressure\":1031,\"humidity\":79,\"icon\":\"04n\",\"wind\":8},\"10\":{\"temp\":-5,\"pressure\":1032,\"humidity\":62,\"icon\":\"04d\",\"wind\":9},\"13\":{\"temp\":-3,\"pressure\":1031,\"humidity\":50,\"icon\":\"04d\",\"wind\":8},\"16\":{\"temp\":-2,\"pressure\":1030,\"humidity\":49,\"icon\":\"04d\",\"wind\":9},\"19\":{\"temp\":-3,\"pressure\":1031,\"humidity\":66,\"icon\":\"04d\",\"wind\":9},\"22\":{\"temp\":-5,\"pressure\":1032,\"humidity\":80,\"icon\":\"04n\",\"wind\":7}}}}' WHERE id = 18585 LIMIT 1
0SELECT * FROM `region` WHERE id = 179 LIMIT 1
0SELECT * FROM `category` WHERE url = 'bar' LIMIT 1
4SELECT locality_id, category_id, price_level FROM `category_item` WHERE locality_id = 18585 AND category_id = 144 GROUP BY locality_id, category_id, price_level
0SELECT COUNT(*) FROM `category_item` WHERE locality_id = 18585 AND category_id = 144
1SELECT * FROM category_item INNER JOIN item ON category_item.item_id = item.id WHERE category_item.locality_id = 18585 AND category_item.category_id = 144 ORDER BY item.name LIMIT 0,24
0SELECT * FROM `region` WHERE id IN ('179') LIMIT 1
0SELECT * FROM `locality` WHERE id IN ('18585') LIMIT 1
1SELECT * FROM `photos` WHERE `item_id` IN ('221204','221209')
0SELECT item_id, category_id FROM `category_item` WHERE item_id IN ('221204','221209')
0SELECT * FROM `category` WHERE id IN ('96','99','144') LIMIT 3
0SELECT locality_id, category_id FROM `category_item` WHERE locality_id = 18585 GROUP BY locality_id, category_id
0SELECT * FROM `category` WHERE `id` IN ('96','97','98','99','100','103','106','107','108','110','118','119','120','121','126','132','133','141','144','164','167','171') ORDER BY name
0SELECT * FROM counts where updated="2024-04-16" and table_name like 'news'
1SELECT * FROM counts where updated="2024-04-16" and table_name like 'news'
1SELECT * FROM `category` ORDER BY name
1SELECT * 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 ('169','178','170','179') LIMIT 4
0SELECT * FROM `locality` WHERE id IN ('14677','17577','15363','18913') LIMIT 4
0SELECT * FROM `photos` WHERE `item_id` IN ('225800','225801','225802','225803')
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 ('172') LIMIT 1