不以什么开头的时候
select * from type_tbl where type_id like '[^0]%'
不包括什么的时候
select * from type_tbl where type_id like '%[^0]%'