Hello,
Some of the fields of type varchar that are supposed to only have account numbers have alpha characters in them. How do you all go about characterizing the data in a huge table? I want to know minimum/maximum values for numbers, string length, determine if leading or trailing spaces have been inserted, etc.
For starters I would like to use a query to check for alpha characters. When I am extracting the data for analysis, I begin finding that the application has inserted place holder dummy record fields during the time a field value is unknown and may not be pulling them out later. My purpose to make decisions from the data, not to fix/correct the application, which arguably might be programmed differently.
Thanks,
-Hallux
Some of the fields of type varchar that are supposed to only have account numbers have alpha characters in them. How do you all go about characterizing the data in a huge table? I want to know minimum/maximum values for numbers, string length, determine if leading or trailing spaces have been inserted, etc.
For starters I would like to use a query to check for alpha characters. When I am extracting the data for analysis, I begin finding that the application has inserted place holder dummy record fields during the time a field value is unknown and may not be pulling them out later. My purpose to make decisions from the data, not to fix/correct the application, which arguably might be programmed differently.
Thanks,
-Hallux