select (Col_Name)
where (Col_Name) not like '%abc%'
and (Col_Name) not like '%cap%'
and (Col_Name) not like '%tis%'
and (Col_Name) not like '%sat%'
and (col_Name) not like '%plk%'
问问题
180 次
select (Col_Name)
where (Col_Name) not like '%abc%'
and (Col_Name) not like '%cap%'
and (Col_Name) not like '%tis%'
and (Col_Name) not like '%sat%'
and (col_Name) not like '%plk%'