| 
 Posted by alternative_to_what on 10/07/05 17:00 
I have a table that looks like this 
 
tbl1: 
nvchValue nvarchar(100) NOT NULL 
biVal1 bigint NOT NULL 
biVal2 bigint NOT NULL 
 
If I run this query against it: 
SELECT nvchValue 
FROM tbl1 
WHERE nvchValue LIKE '%<%' 
 
I get a result set that doesn't make any sense to me: 
Term 
 
----- 
? 
? 
? 
fr?it 
 
Those values are in the database, but I don't understand how the match 
is working.  Any help would be appriciated.
 
  
Navigation:
[Reply to this message] 
 |