面试题答案一键面试SELECT product_name FROM products WHERE product_name LIKE'smart___%' ORDER BY LENGTH(product_name) DESC;