Problem with select
Joseph Morgan
joseph at checkos.com
Sun Oct 28 12:06:49 CDT 2007
On Oct 28, 2007, at 10:59 AM, Ruslan Zasukhin wrote:
> Table have row as
>
> accountName
> -------------------
> | test |
Yes my table looks like this
> And you try find it using
>
> where accountName = 'testAccountName'
Sorry, no, I used 'test'
> This is not correct of course.
>
> where accountName = 'test'
This is actually what I tried and it did not work.
I tried in vstudio and v4rb
There is also a column 'contactName'
and it works fine...
accountName contactName
---------------------------------------------
| test | testcontact
where contactName = 'test'
Not sure why one works and other doens't
Joseph
More information about the Valentina
mailing list