not really sure what you are meaning
all characters will have an int value, and you can translate the int value back to a char
you can use ascii(char)
or
char(ascii)
select ascii('q')
-- returns 113
select char(113)
-- returns 'q'
dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143
Having data type as what?
What are you not understanding?
dickersonka
Veteran Poster
1,175 posts since Aug 2008
Reputation Points: 130
Solved Threads: 143