摘要:
不以什么开头的时候 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 阅读(2795) 评论(2) 推荐(0)
|
摘要:
不以什么开头的时候 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 阅读(2795) 评论(2) 推荐(0) |
||