UPDATE `table` SET `sent`='1', `taken`='1', `free`=NULLWHERE `owner`='1' AND ISNULL(`sent`) AND !ISNULL(`free`);
Works, but set free to NULL works not always.Any ideas? Thx
free
No comments:
Post a Comment