Subject | Embarrassing String Question |
---|---|
Author | Robert DiFalco |
Post date | 2003-05-06T21:53:19Z |
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.
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.