I have comma separated data in DB where each comma separated data is in new line like below
Computer Accessories,
Laptop Dealers,
CCTV Dealers,
computer sales,
computer service center
When i execute a query with LIKE "%,computer sales,%", its not returning any value. how to remove the extra spaces or is there any query which will consider the space and return value