Delta
0
Q:

how to break a while loop in mssql


        
            
        
     WHILE Boolean_expression
BEGIN
    -- statements
   IF condition
        BREAK;
    -- other statements    
END
0

New to Communities?

Join the community