Question
Need an SQL code that replaces unvisible tailing spaces to something visible like "_P" in a table's
I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.2.11
Need an SQL code that replaces unvisible tailing spaces to something visible like "_P" in a table's column. Example - given value "123456 " should be "123456_P".

