duplicate-column (GN009)#
Automatic fix is not available.
What it does#
Checks for duplicate columns.
Why not?#
Each column in a table must have a unique name within that table to ensure unambiguous reference and avoid confusion during SQL operations. It ensures data integrity and clarity in database design and manipulation.
When should you?#
Never.
Use instead:#
Remove duplicate columns.