Problem matching extented char '˚' degree sign
Hello,
I'm trying to select some records from an SQL 2000
database. The Select statement is as follows:
select * from test where field1 = '38˚'
No records are retuned even though there are some content
that matches the criteria.
How do I select records that contain the degree '˚' sign?
(I think ASCII code 176)
Thank you for all your help,
Jay
|