Subject Embarrassing String Question
Author Robert DiFalco
If I have a TABLE with a VARCHAR called Name that has two records, one
where Name = "Foo" and another where Name = "FooBar", why would a select
on "Name='Foo'" return both records? I'm using an ASCII CHARACTER SET.

R.