English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-04-16 17:37:23 · 2 answers · asked by abhinav kislay 1 in Computers & Internet Programming & Design

2 answers

update table set column = cast(column as varchar(1))

(If you're changing the table column type, you would use alter table.) If you don't want to change the table, use a select instead update table.

2007-04-16 17:41:59 · answer #1 · answered by Vegan 7 · 1 0

Using TO_CHAR function, you can convert a number to character !!

2007-04-17 01:25:04 · answer #2 · answered by AR2 2 · 0 0

fedest.com, questions and answers