Hi All,
I'm trying to do something like this:
Update ID_TBL set rights=rights + 'TMEPJMAINT1'
where TMEPJMAINT where netid in ('vituja','leelil','howlro','schwsu','kerkel')
But the rights=rights + is not working. I know this is easy but I've haven't done this type of coding in a while.
Any help would be appreciated. Thanks.
I'm trying to do something like this:
Update ID_TBL set rights=rights + 'TMEPJMAINT1'
where TMEPJMAINT where netid in ('vituja','leelil','howlro','schwsu','kerkel')
But the rights=rights + is not working. I know this is easy but I've haven't done this type of coding in a while.
Any help would be appreciated. Thanks.