SELECT wp_posts.*, ROUND(RAND()*1000) 'rand_ind' FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id ) WHERE 1=1 AND wp_posts.post_type = 'bo_yachts' AND ((wp_posts.post_status = 'publish')) AND ( wp_postmeta.meta_key = 'bo_select_type_name_cs' AND ( ( mt1.meta_key = 'bo_select_type' AND CAST(mt1.meta_value AS CHAR) = '5952{832e7ee3950eb69c1b820f62b2aede59a13a18636f6a22a97eef0c282a6ce4b1}2C4111{832e7ee3950eb69c1b820f62b2aede59a13a18636f6a22a97eef0c282a6ce4b1}2C1990{832e7ee3950eb69c1b820f62b2aede59a13a18636f6a22a97eef0c282a6ce4b1}2C4597' ) ) ) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value ASC,rand_ind LIMIT 0, 30