Posted by Mintyman on 12/22/06 10:02
Hi,
I want to run queries on a table that has binary fields in it. How do I
filter on a binary field? E.g. One of the fields is called
'Account_Manager_ID' which is binary - I would like to do a simple Select *
from company where Account_Manager_ID = 'blah blah blah'
When I do this, it returns no data. How do I get round this?
Thanks!
[Back to original message]
|