Table Wide Find and Replace in a Script
I have a several large data tables (+100,000 records) that were created by a colleague in Europe.When the tables were created the EU numbering format was used, i.e. the "," is the decimal point.I need to do a table wide substitution to replace the "," with a "." in order for the table to work with existing scripts.I can get the column names with a get column names() statement, but I can not figure...
