Multiple statements on the same line (ignore DETACH / ATTACH) (WMB)
Multiple statements on the same line make the code difficult to read.
This rule ignores where the DETACH and ATTACH are one the same line.
SET OutputLocalEnvironment.Message.Flag.Ignored = ‘Unknown’; SET OutputLocalEnvironment.Message.Flag.ItsAboyUnknown = ‘UNKNOWN’; |