select prod_id,prod_name
from Products
where prod_price >= 9

知识点:条件筛选 之 >=,<=,>,<,= 比较符