小成博客

2010年到了...
  首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

在前100条数据中模糊查询带有1的所有行

Posted on 2007-07-04 12:57  成斌  阅读(92)  评论(0)    收藏  举报
select * from test_table where id in (select top 100 id from test_table )and news_title like '%1%'