View Single Post

   
  #1 (permalink)  
Old 03-01-2008, 03:46 PM
DennBen
 
Posts: n/a
Default Find all chars in table that are ASCII code 128 and Greater

Does anyone know how to query a field in a table where it contains an
ASCII code >= 128 - without looping through every field for every
record in table (using charindex)?

Ex of char I would like to find: ü which is char(252)



Reply With Quote