[SQL] select returns no line

2001-01-24 Thread Attila Kevei
Hi, Our database has a SELECT problem using varchar columns in WHERE clause (but not in all rows!!!). We can fix the whole table (or just the row) as shown below but later it seems wrong again (and after the fix the row isn't UPDATEd). Idea? Thanks Attila

Re: [SQL] select returns no line

2001-01-24 Thread Attila Kevei
ne <[EMAIL PROTECTED]>: > Attila Kevei <[EMAIL PROTECTED]> writes: > > Our database has a SELECT problem using varchar columns in WHERE > clause > > (but not in all rows!!!). > > We can fix the whole table (or just the row) as shown below but later > it >

Re: [SQL] select returns no line

2001-01-23 Thread Attila Kevei
No, there's no space. The query (point 4. below) after the fix (point 3.) is the _same_ as the first (p.1.). In the first select there's no result but in the last select we get the right result. Attila Quoting [EMAIL PROTECTED]: 1. > > goodwill=>select * from users where user_login='test'; > >

[SQL] select returns no line

2001-01-23 Thread Attila Kevei
Hi, Our database has a SELECT problem using varchar columns in WHERE clause (but not in all rows!!!). We can fix the whole table (or just the row) as shown below but later it seems wrong again (and after the fix the row isn't UPDATEd). Any idea? Thanks Attila