Avatar of Allen Pitts
Allen Pitts
Flag for United States of America

asked on 

PL/SQL remove space from Location name

Hello expert,

Have added a couple of hundred Locations with name like
Sams Club # 1234
Now accounting tells us that the space between the hash tag and the number string
keeps them from lining the Location up with their billing system and
the Location name should be like
Sams Club #1234
That is, the fields in the table CCM_Location that are presently
 
LOCATION_IDLOCATION_NAMEEMPLOYER_IDLAST_UPDATE_USERLAST_UPDATE_DATEPUBLISH_STATUS_CODELAST_PUBLISH_DATEIS_DISABLED
3253373Sams Club # 6670157460715-Aug-2023002
0

should be
 
LOCATION_IDLOCATION_NAMEEMPLOYER_IDLAST_UPDATE_USERLAST_UPDATE_DATEPUBLISH_STATUS_CODELAST_PUBLISH_DATEIS_DISABLED
3253373Sams Club #6670157460715-Aug-2023002
0

The Location_IDs are unique if that might help in identifying the Location_Name.

Thanks.

Allen in Dallas
* PL/SQLOracle Database

Avatar of undefined
Last Comment
Kimputer

8/22/2022 - Mon