Skip to content

insert-without-target-columns (GN033)#

Automatic fix is not available.

What it does#

Checks for insert without target columns.

Why not?#

Specifying the columns in a query explicitly greatly improves clarity and readability. This approach helps developers quickly grasp the purpose of a query and fosters better collaboration.

Explicitly listing the target columns can help prevent errors

When should you?#

Never.

Use instead:#

Specify target columns.