Audi,Ford,Chevy,BMW,Toyota
我想生成一个匹配任何字符串’BMW’的查询.我怎么能在sql中这样做?
select * from table where name like '%BMW%'