select prod_name , prod_desc from Products where prod_desc like "%toy%carrots%" order by prod_name
主要是like%的使用,通配符,这样的需求在实际中遇到的还不多,都不太熟悉这个知识点。