Ejemplo:
Código:
PHP me dice: SELECT * FROM Usuarios as USU, Clientes as CLI WHERE USU.Cliente = CLI.Id ORDER BY CLI.Codigo ASC, USU.Nombre
Warning: mssql_query() [function.mssql-query]: message: Column "Clientes.Codigo" is invalid in the ORDER BY clause because it is not contained in either an aggregate function or the GROUP BY clause. (severity 16)
Lo curioso es que pruebo esa misma query en el Microsoft SQL Server Management Studio Express y no me da error ninguno y me da los resultados bien.
¿Alguna ayuda? Gracias