I need the SQL syntax of how to update only the 25th position within a particular field. For example, I have a text field named USDATA in table named UBUCTL with data like this:
" Y YY N YYY NN 000000000 YN"
and I need to place an "N" in the 25th position of every record, but leave the rest of the data unchanged. I would like to be able to do this with one simple SQL statement instead of using code to loop through records. Any help would be much appreciated, code samples would be awesome. Thanks geniuses!
" Y YY N YYY NN 000000000 YN"
and I need to place an "N" in the 25th position of every record, but leave the rest of the data unchanged. I would like to be able to do this with one simple SQL statement instead of using code to loop through records. Any help would be much appreciated, code samples would be awesome. Thanks geniuses!