0SELECT * FROM `locality` WHERE url = 'ponteix-sk' LIMIT 1
1UPDATE locality SET weather = '{\"date\":\"2024-04-18\",\"data\":{\"2024-04-18\":{\"01\":{\"temp\":-3,\"pressure\":1026,\"humidity\":86,\"icon\":\"13n\",\"wind\":8},\"04\":{\"temp\":-3,\"pressure\":1026,\"humidity\":85,\"icon\":\"13n\",\"wind\":8},\"07\":{\"temp\":-4,\"pressure\":1027,\"humidity\":86,\"icon\":\"13n\",\"wind\":8},\"10\":{\"temp\":-4,\"pressure\":1028,\"humidity\":68,\"icon\":\"04d\",\"wind\":10},\"13\":{\"temp\":-2,\"pressure\":1027,\"humidity\":61,\"icon\":\"13d\",\"wind\":11},\"16\":{\"temp\":-1,\"pressure\":1027,\"humidity\":63,\"icon\":\"13d\",\"wind\":10},\"19\":{\"temp\":-2,\"pressure\":1028,\"humidity\":71,\"icon\":\"13d\",\"wind\":9},\"22\":{\"temp\":-3,\"pressure\":1029,\"humidity\":80,\"icon\":\"13n\",\"wind\":8}},\"2024-04-19\":{\"01\":{\"temp\":-4,\"pressure\":1029,\"humidity\":84,\"icon\":\"13n\",\"wind\":7},\"04\":{\"temp\":-4,\"pressure\":1030,\"humidity\":83,\"icon\":\"04n\",\"wind\":7},\"07\":{\"temp\":-4,\"pressure\":1032,\"humidity\":84,\"icon\":\"04n\",\"wind\":6},\"10\":{\"temp\":-3,\"pressure\":1033,\"humidity\":69,\"icon\":\"04d\",\"wind\":8},\"13\":{\"temp\":-1,\"pressure\":1033,\"humidity\":61,\"icon\":\"04d\",\"wind\":8},\"16\":{\"temp\":1,\"pressure\":1033,\"humidity\":60,\"icon\":\"13d\",\"wind\":7},\"19\":{\"temp\":0,\"pressure\":1033,\"humidity\":62,\"icon\":\"04d\",\"wind\":6},\"22\":{\"temp\":-3,\"pressure\":1035,\"humidity\":84,\"icon\":\"04n\",\"wind\":2}},\"2024-04-20\":{\"01\":{\"temp\":-4,\"pressure\":1035,\"humidity\":80,\"icon\":\"03n\",\"wind\":1},\"04\":{\"temp\":-4,\"pressure\":1034,\"humidity\":77,\"icon\":\"01n\",\"wind\":1},\"07\":{\"temp\":-5,\"pressure\":1034,\"humidity\":78,\"icon\":\"01n\",\"wind\":2},\"10\":{\"temp\":-1,\"pressure\":1032,\"humidity\":51,\"icon\":\"01d\",\"wind\":2},\"13\":{\"temp\":4,\"pressure\":1030,\"humidity\":27,\"icon\":\"01d\",\"wind\":1},\"16\":{\"temp\":7,\"pressure\":1027,\"humidity\":22,\"icon\":\"01d\",\"wind\":1},\"19\":{\"temp\":8,\"pressure\":1023,\"humidity\":23,\"icon\":\"01d\",\"wind\":2},\"22\":{\"temp\":4,\"pressure\":1023,\"humidity\":37,\"icon\":\"01n\",\"wind\":3}}}}' WHERE id = 18785 LIMIT 1
0SELECT * FROM `region` WHERE id = 179 LIMIT 1
0SELECT * FROM `category` WHERE url = 'moving-company' LIMIT 1
2SELECT locality_id, category_id, price_level FROM `category_item` WHERE locality_id = 18785 AND category_id = 101 GROUP BY locality_id, category_id, price_level
0SELECT COUNT(*) FROM `category_item` WHERE locality_id = 18785 AND category_id = 101
1SELECT * FROM category_item INNER JOIN item ON category_item.item_id = item.id WHERE category_item.locality_id = 18785 AND category_item.category_id = 101 ORDER BY item.name LIMIT 0,24
0SELECT * FROM `region` WHERE id IN ('179') LIMIT 1
0SELECT * FROM `locality` WHERE id IN ('18785') LIMIT 1
0SELECT * FROM `photos` WHERE `item_id` IN ('154389','154410')
1SELECT item_id, category_id FROM `category_item` WHERE item_id IN ('154389','154410')
0SELECT * FROM `category` WHERE id IN ('96','101','111') LIMIT 3
1SELECT locality_id, category_id FROM `category_item` WHERE locality_id = 18785 GROUP BY locality_id, category_id
0SELECT * FROM `category` WHERE `id` IN ('96','97','98','99','100','101','102','103','104','107','110','111','113','114','115','118','119','120','121','124','126','127','128','130','133','134','136','139','142','143','151','166','167','168') ORDER BY name
0SELECT * FROM counts where updated="2024-04-18" and table_name like 'news'
0SELECT * FROM counts where updated="2024-04-18" and table_name like 'news'
0SELECT * 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 ('178','177') LIMIT 2
0SELECT * FROM `locality` WHERE id IN ('18212','17384','17592') LIMIT 3
0SELECT * FROM `photos` WHERE `item_id` IN ('50144','50145','50146','50147')
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