I have a list of account names (254 in total) that a user wants me to cross reference against our database.
If I join the two tables on the account name, it matches 2 records. I would like to match on the first x characters to see how that looks. I have been trying to do it in the query analyzer, but its not working right.
How can I match the first three characters of the name?
Thanks
If I join the two tables on the account name, it matches 2 records. I would like to match on the first x characters to see how that looks. I have been trying to do it in the query analyzer, but its not working right.
How can I match the first three characters of the name?
Thanks