To show you what Lamprey is talking about try something like:SELECT BARCODE, ProductCategory, ItemCategory, Brand, Capacity, Interface, Condition, Others, Model, PRODUCT_DESCRIPTION, Quantity, Barcode_TypeFROM Table_Product_TaggingSELECT BARCODE, ProductCategory, ItemCategory, Brand, Capacity, Interface, Condition, Others, Model, PRODUCT_DESCRIPTION, Quantity, Barcode_TypeFROM Table_Product_TaggingWHERE ProductCategory LIKE '%' SELECT BARCODE, ProductCategory, ItemCategory, Brand, Capacity, Interface, Condition, Others, Model, PRODUCT_DESCRIPTION, Quantity, Barcode_TypeFROM Table_Product_TaggingWHERE ProductCategory LIKE '%' AND ItemCategory LIKE '%' ...
and check the number of returned recordsdjj