Organize database & multichoice columns by cronjob
问题 seller: id, age, origin, gender, buyer_age, buyer_origin, buyer_gender buyer: id, age, origin, seller_age, seller_origin, seller_gender Here we want to suggest the buyer to buy from this seller AND suggest the seller to sell things to the buyer with cronjob. Doing it with one query is preferred instead of foreach seller. What's the most efficient way to do it? I don't want to SELECT each one and get info then change the query and again SELECT that's a killing process in coding and using