fix www.websitepanel.net/global-forums/topic/2-1-0-242-sql-update-bug-when-going-from-2-1-0-227/

This commit is contained in:
dev_amdtel 2013-12-05 01:45:16 +04:00
parent 8ab1b7a9af
commit 4f6d1f2c50

View file

@ -2639,7 +2639,7 @@ GO
BEGIN
UPDATE [dbo].[CRMUsers]
SET
CALType = 0 WHERE CALType = NULL
CALType = 0 WHERE CALType IS NULL
END
GO