Hey
I have a table which has a field which has a keyword (eg: KW....)
Now i have to add a field in this table which should have the same value as in Keyword field but without first two characters KW.
This query will copy the Keyword field to other field.
But how to remove the first 2 characters??Code:update tblTable set Keyword1 = Keyword
Any ideas?
Thanx
MS SQL 2000



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks