well... no literal on the middle of the string was bound to be changed by my script; look at the where clause, it filters out everything that does not have your desired literal at the end of the string.
Either way, I'm glad you solved the problem.Code:where your_column like '%_TST'




Reply With Quote