Все апартаменты Милана стр. 28
Query
SELECT id
,name
,address
,round(lowrate) as lowrate
,currencycode
,stars
,prefered
,substr(link, 11, length(link) - 15) as link
,h.info
,IFNULL(replace(h.img, 'max500', 'square200'), '/img/no_image.gif') as img
,/*CASE WHEN h.mark=10 THEN '10' ELSE format(h.mark, 1) END*/null mark
,/*CASE WHEN h.reviews IS NOT NULL THEN
CONCAT(h.reviews, ' ', decline_qty(h.reviews, 'отзыв', 'отзыва', 'отзывов'))
END*/null reviews
FROM bk_hotels h
WHERE h.b_id = 12961 AND property_type IN (2, 219, 201)
ORDER BY h.prefered DESC, h.ord, h.lowrate DESC
failed: Server shutdown in progress