update abctable set columnName= substring(columnName,1,5)+'-'+substring(columnName,7,len(columnName)-5)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)