While working on my test site I inadvertently uploaded some products with the wrong model numbers. All my model numbers should be 3 digits, even those that are less than 3 significant digits. For example, model number should be 003 rather than 3. My text file had been modified in another app that didn't keep the zeros, and I didn't notice in time.
So now I'd like to delete all products whose model number is less than 3 digits in length. In other words, I need a little grep inside the SQL statement. Since my grep skills are about equal to my SQL skills, and neither are up to the task, I wonder if some Zen guru could help.
TIA
Rob



