1SELECT * FROM `locality` WHERE url = 'carmangay-ab' LIMIT 1
1UPDATE locality SET weather = '{\"date\":\"2024-04-24\",\"data\":{\"2024-04-24\":{\"01\":{\"temp\":9,\"pressure\":1010,\"humidity\":68,\"icon\":\"03n\",\"wind\":4},\"04\":{\"temp\":9,\"pressure\":1009,\"humidity\":55,\"icon\":\"04n\",\"wind\":5},\"07\":{\"temp\":8,\"pressure\":1007,\"humidity\":44,\"icon\":\"04n\",\"wind\":5},\"10\":{\"temp\":11,\"pressure\":1006,\"humidity\":40,\"icon\":\"02d\",\"wind\":4},\"13\":{\"temp\":16,\"pressure\":1004,\"humidity\":24,\"icon\":\"03d\",\"wind\":5},\"16\":{\"temp\":16,\"pressure\":1003,\"humidity\":26,\"icon\":\"04d\",\"wind\":9},\"19\":{\"temp\":16,\"pressure\":1001,\"humidity\":32,\"icon\":\"04d\",\"wind\":10},\"22\":{\"temp\":12,\"pressure\":1002,\"humidity\":42,\"icon\":\"03n\",\"wind\":10}},\"2024-04-25\":{\"01\":{\"temp\":10,\"pressure\":1003,\"humidity\":52,\"icon\":\"02n\",\"wind\":6},\"04\":{\"temp\":8,\"pressure\":1004,\"humidity\":60,\"icon\":\"02n\",\"wind\":4},\"07\":{\"temp\":5,\"pressure\":1005,\"humidity\":70,\"icon\":\"03n\",\"wind\":3},\"10\":{\"temp\":8,\"pressure\":1004,\"humidity\":62,\"icon\":\"04d\",\"wind\":0},\"13\":{\"temp\":14,\"pressure\":1001,\"humidity\":41,\"icon\":\"04d\",\"wind\":4},\"16\":{\"temp\":16,\"pressure\":999,\"humidity\":33,\"icon\":\"04d\",\"wind\":4},\"19\":{\"temp\":16,\"pressure\":998,\"humidity\":33,\"icon\":\"04d\",\"wind\":5},\"22\":{\"temp\":9,\"pressure\":1001,\"humidity\":70,\"icon\":\"04n\",\"wind\":8}},\"2024-04-26\":{\"01\":{\"temp\":7,\"pressure\":1005,\"humidity\":82,\"icon\":\"04n\",\"wind\":6},\"04\":{\"temp\":4,\"pressure\":1008,\"humidity\":89,\"icon\":\"10n\",\"wind\":8},\"07\":{\"temp\":4,\"pressure\":1010,\"humidity\":89,\"icon\":\"10n\",\"wind\":3},\"10\":{\"temp\":4,\"pressure\":1013,\"humidity\":80,\"icon\":\"13d\",\"wind\":8},\"13\":{\"temp\":7,\"pressure\":1013,\"humidity\":55,\"icon\":\"10d\",\"wind\":6},\"16\":{\"temp\":8,\"pressure\":1012,\"humidity\":48,\"icon\":\"04d\",\"wind\":4},\"19\":{\"temp\":8,\"pressure\":1012,\"humidity\":49,\"icon\":\"04d\",\"wind\":3},\"22\":{\"temp\":6,\"pressure\":1013,\"humidity\":57,\"icon\":\"04n\",\"wind\":3}}}}' WHERE id = 14269 LIMIT 1
0SELECT * FROM `region` WHERE id = 168 LIMIT 1
0SELECT * FROM `category` WHERE url = 'lodging' LIMIT 1
1SELECT locality_id, category_id, price_level FROM `category_item` WHERE locality_id = 14269 AND category_id = 107 GROUP BY locality_id, category_id, price_level
1SELECT COUNT(*) FROM `category_item` WHERE locality_id = 14269 AND category_id = 107
2SELECT * FROM category_item INNER JOIN item ON category_item.item_id = item.id WHERE category_item.locality_id = 14269 AND category_item.category_id = 107 ORDER BY item.name LIMIT 0,24
0SELECT * FROM `region` WHERE id IN ('168') LIMIT 1
1SELECT * FROM `locality` WHERE id IN ('14269') LIMIT 1
0SELECT * FROM `photos` WHERE `item_id` IN ('173390','173215')
0SELECT item_id, category_id FROM `category_item` WHERE item_id IN ('173390','173215')
1SELECT * FROM `category` WHERE id IN ('96','107','106','108') LIMIT 4
1SELECT locality_id, category_id FROM `category_item` WHERE locality_id = 14269 GROUP BY locality_id, category_id
1SELECT * FROM `category` WHERE `id` IN ('96','97','98','99','104','106','107','108','113','115','120','121','127','132','133') ORDER BY name
1SELECT * FROM counts where updated="2024-04-24" and table_name like 'news'
0SELECT * FROM counts where updated="2024-04-24" and table_name like 'news'
1SELECT * FROM `category` ORDER BY name
6SELECT * 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 ('176','178') LIMIT 2
0SELECT * FROM `locality` WHERE id IN ('17092','17864','17198') LIMIT 3
0SELECT * FROM `photos` WHERE `item_id` IN ('31603','31604','31605','31606')
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 ('176') LIMIT 1