|
You can increase search results by using partial words (ie. 'orga% cott%' for 'organic cotton') SELECT COUNT(DISTINCT [FR].company_name) FROM [FR] Inner Join FR_A1 ON [FR].ID = FR_A1.Referral_ID INNER JOIN User_Input ON [FR].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 |
|
|
|||||||
