Code Analysis

ST007

Cursor name is reused

More than one cursor has the same name.

Cursors are often thought to have the same scope as variables but this is not the case. It is a mistake to reuse the cursor name.

Available in

SQL Prompt

SQL Code Guard



Didn't find what you were looking for?