You can try concatonating a leading alpha character to your number string (i.e. A00001234) and then comparing to the right(:IDNoVar, len(:IDNoVar) - 1) to your IDNo field in Teradata. Hope that workaround works.
↧
You can try concatonating a leading alpha character to your number string (i.e. A00001234) and then comparing to the right(:IDNoVar, len(:IDNoVar) - 1) to your IDNo field in Teradata. Hope that workaround works.