select prod_id, prod_name from Products where prod_price >= '9';

这里可以直接使用大于等于号。