Traceback (most recent call last): File "src\pymssql\_pymssql.pyx", line 459, in pymssql._pymssql.Cursor.execute File "src\pymssql\_mssql.pyx", line 1087, in pymssql._mssql.MSSQLConnection.execute_query File "src\pymssql\_mssql.pyx", line 1118, in pymssql._mssql.MSSQLConnection.execute_query File "src\pymssql\_mssql.pyx", line 1251, in pymssql._mssql.MSSQLConnection.format_and_run_query File "src\pymssql\_mssql.pyx", line 1789, in pymssql._mssql.check_cancel_and_raise File "src\pymssql\_mssql.pyx", line 1835, in pymssql._mssql.raise_MSSQLDatabaseExceptionpymssql._mssql.MSSQLDatabaseException: (110, b'There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.DB-Lib error message 20018, severity 15:\nGeneral SQL Server error: Check messages from the SQL Server\n')During handling of the above exception, another exception occurred:Traceback (most recent call last): File "C:\Users\Administrator\PycharmProjects\pythonProject4\dd.py", line 33, in <module> cursor.execute(sql) File "src\pymssql\_pymssql.pyx", line 479, in pymssql._pymssql.Cursor.executepymssql._pymssql.OperationalError: (110, b'There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.DB-Lib error message 20018, severity 15:\nGeneral SQL Server error: Check messages from the SQL Server\n')