Click to return to home page
Search For: within miles of:
Search for a VRP distributor within miles of:
Search For: within miles of:
SELECT DISTINCT DirCatId, DirParId, DirCatName, DirParName FROM DirEntryCatSubCatView INNER JOIN DirEntry2BookRegion on DirEntryCatSubCatView.DirId = DirEntry2BookRegion.DirId WHERE DirCatActive = 1 AND CommunityService = 0 AND DirStartDate <= GETDATE() AND ( DirEndDate IS NULL OR DirEndDate >= GETDATE() ) AND (LEFT(DirEntryCatSubCatView.DirParName, 1) = 'N' OR LEFT(DirEntryCatSubCatView.DirCatName, 1) = 'N') ORDER BY DirEntryCatSubCatView.DirParName, DirEntryCatSubCatView.DirCatName