Re: update ... where col is null problem.

2005-04-14 Thread Chris Knipe
t: Thursday, April 14, 2005 11:19 AM Subject: update ... where col is null problem. Hi... I have problem with update query. Select query with the same "where" is OK. mysql> select AcctStartTime,AcctSessionTime from radacct where AcctStopTime is null; +-+-

update ... where col is null problem.

2005-04-14 Thread Emil Wilmanski
Hi... I have problem with update query. Select query with the same "where" is OK. mysql> select AcctStartTime,AcctSessionTime from radacct where AcctStopTime is null; +-+-+ | AcctStartTime | AcctSessionTime | +-+-+ | 20