i have a field in my table that contains varchar data..all the data should begin with 0803465...
i now want to create a triger where i will trim the leading "0" and add 234..
so the number above becomes;
234803465...
can someone show me how to do this?
i need this done on all the records entered into that table so i guess i need a trigger..
thanks
i now want to create a triger where i will trim the leading "0" and add 234..
so the number above becomes;
234803465...
can someone show me how to do this?
i need this done on all the records entered into that table so i guess i need a trigger..
thanks