赞
踩
USE Mall Go SET NOCOUNT ON ---------- retrieving with range ---------- -- ********** Begin ********** -- select prod_name,prod_price from Products where prod_price between 3 and 5 -- ********** End ********** -- GO ---------- retrieving with nomatches ---------- -- ********** Begin ********** -- select prod_name,prod_price from Products where prod_name!='Lion toy' -- ********** End ********** -- GO
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。