Posted by solidsna2 on 02/28/06 17:22
Well I figure out the problem. I had a GROUP BY at the end of the SELECT subquery. UPDATE Tbl1 SET Row2 = '1' WHERE Tbl1.Row1 = (SELECT Tbl2.Row1 FROM Tbl2 WHERE Tbl2.Row1 = Tbl1.Row1 AND CURRENT_TIMESTAMP >= Tbl2.Row3 GROUP BY Tbl2.Row1) Thank you again for your help.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming