shangrilla
Programmer
I want to replace the first 6 characters in my table with a variable, but I keep gettting errors when I use susbtr() with replace.
replace substr(myTable.myField,1,6) with myVar all in myTable
The field is character so thats not the problem. Can I not use susbtr() with Replace. If not please suggest an alternative.
replace substr(myTable.myField,1,6) with myVar all in myTable
The field is character so thats not the problem. Can I not use susbtr() with Replace. If not please suggest an alternative.