博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年10月29日

摘要: 不以什么开头的时候 select * from type_tbl where type_id like '[^0]%' 不包括什么的时候 select * from type_tbl where type_id like '%[^0]%' 阅读全文

posted @ 2008-10-29 13:42 hyd309 阅读(2754) 评论(2) 推荐(0) 编辑