Here's my string:
SELECT * FROM OwnerHistory WHERE theAsset LIKE '%Benton Equipment BEC (Equipment) [CIT-1]%' ORDER BY theAsset, theDate
Everytime it's hits "Benton Equipment BEC (Equipment) [CIT-1]", it says "Invalid Pattern String" as it's error message. I'm not using apostrophes (') or anything like that, and it's going through the first 5000 entries just fine, it's just that when it hits THIS particular item, it gives me an error. Any thoughts?
SELECT * FROM OwnerHistory WHERE theAsset LIKE '%Benton Equipment BEC (Equipment) [CIT-1]%' ORDER BY theAsset, theDate
Everytime it's hits "Benton Equipment BEC (Equipment) [CIT-1]", it says "Invalid Pattern String" as it's error message. I'm not using apostrophes (') or anything like that, and it's going through the first 5000 entries just fine, it's just that when it hits THIS particular item, it gives me an error. Any thoughts?