hello,
select account_manager, account_coordinator
from account
where id = 'acct04'
the result will be
account_manager account_coordinator
-------------------- ----------------------
smith,john_MGR jones,sue_COOR
what function in CF can i use to take out the trailing text _MGR and _COOR??? please help.
thanks...
select account_manager, account_coordinator
from account
where id = 'acct04'
the result will be
account_manager account_coordinator
-------------------- ----------------------
smith,john_MGR jones,sue_COOR
what function in CF can i use to take out the trailing text _MGR and _COOR??? please help.
thanks...