G
Guest
Lets say I have a column of data (of text in each cell) that already exists.
I want to automatically cut off any characters past the 16th character if
they exist (just like if I had run the substr command in SQL). Is there a
way to do that column for column on data that already exists?
Data validation only prevents new data from exceeding that length, but these
files are flat files generated by the database on startup. So any help would
be appreciated on this. Thanks,
I want to automatically cut off any characters past the 16th character if
they exist (just like if I had run the substr command in SQL). Is there a
way to do that column for column on data that already exists?
Data validation only prevents new data from exceeding that length, but these
files are flat files generated by the database on startup. So any help would
be appreciated on this. Thanks,