Viewing post 1 (of 1 total)
My workaround if you have one space at the end:
update tableName set PayeeName = PayeeName + '_Serengeti' where right(PayeeName,1) = ' 'update tableName set PayeeName = Replace(PayeeName,'...
April 14, 2019 at 10:41 am
#3326529