A column has been specified more than once in order by list¶
What is new - 25.0¶
In some cases, the following error could occur:
Error: 42000, [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]A column has been specified more than once in the order by list. Columns in the order by list must be unique.
The error was caused by an ORDER BY statement sent to the database server. The code has been reviewed and changed to avoid the error showing up.