I am validating data for a table.
I have a column I use to mark that a row should not be used.
One of the fields I need to validate is zipcode.
I know probably need to build a procedure or function that checks to see whether the zip is completely numeric for USA residents, or a combination of alpha numeric for Canadian, we have a column to distinguish country. If either of these are false or the field contains symbols etc then it needs to populate the elimination flag.
Any one have some pointers?
I have a column I use to mark that a row should not be used.
One of the fields I need to validate is zipcode.
I know probably need to build a procedure or function that checks to see whether the zip is completely numeric for USA residents, or a combination of alpha numeric for Canadian, we have a column to distinguish country. If either of these are false or the field contains symbols etc then it needs to populate the elimination flag.
Any one have some pointers?