首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

特定的模糊查询()

2012-01-11 
特定的模糊查询(在线等)select*fromlaofwheref_cpbetween6001-aand6008-b用户要求输入6001和6008即可查出

特定的模糊查询(在线等)
select   *   from   laof   where   f_cp   between   6001-a   and   6008-b;

用户要求输入6001和6008即可查出6001至6008-b的所有数据,应该怎么实现这个特定的模糊查询呢?请大家多指教,先谢谢了:)))

[解决办法]
用or不可以吗?!
[解决办法]
--try?
where left(f_cp,4) between '6001 ' and '6008 '
[解决办法]
a, b是什麽啊

热点排行