I have a table that I am trying to run a query on to pull records that contain duplicate data.
For example:
Wholesaler_Drug_ID = 123456
Wholesaler_Drug_ID = 123456INNER
I want my query to match the first 6 characters (without defining what they are since they will all be different) and wildcard anything that follows (which in this case is the word INNER).
Please let me know if more details about the query are needed in order to understand my request.