发布网友
共1个回答
热心网友
知会sql语句
if exists (select 1 from tablename where goods_price =1)then
select '特价商品每次限购一单'
else
select '可以添加';
end if