SQL [charlist] Wildcard not working in my ubuntu terminal

mysql> select * from customers where CustomerCity like '[pbW]%';

it give me message : Empty set (0.00 sec)
Also

mysql> select * from customers where CustomerCity like '[pbw]%';

This is a Microsoft SQL Server forum, so there may be very few people who can answer MySQL questions. You might get better responses on a MySQL forum.

ok, thanks