|
You can increase search results by using partial words (ie. 'orga% cott%' for 'organic cotton') SELECT COUNT(DISTINCT [DE].company_name) FROM [DE] Inner Join DE_A1 ON [DE].ID = DE_A1.Referral_ID INNER JOIN User_Input ON [DE].Company_Name = User_Input.Company_Name WHERE (Category1 LIKE 'Coffee%' OR Category2 LIKE 'Coffee%' OR Category3 LIKE 'Coffee%' OR Category4 LIKE 'Coffee%') AND DNQ = 0 --0--Name-or-product--Name-or-product |
|
Browse Ratings |
|
|
|||||||
