I have been asked to update a table which holds multiple values in ONE column
COMP/IP/Port --> yes that is the column name
CompA ip1 port1
CompA ip1 port2
CompA ip1 port3
now why not break them into diff fields is beyond me. Is there way to update the IP only and leave everything as is, for some reason I'm having a very hard time doing this with a SQL Query.
COMP/IP/Port --> yes that is the column name
CompA ip1 port1
CompA ip1 port2
CompA ip1 port3
now why not break them into diff fields is beyond me. Is there way to update the IP only and leave everything as is, for some reason I'm having a very hard time doing this with a SQL Query.