Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/11/2013, 11:27
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 17 años, 9 meses
Puntos: 774
Respuesta: Que significa este error?

tanto para esto:

Código SQL:
Ver original
  1. SELECT CompanyName,t2.customerid,t2.max_fecha FROM Customers AS t1
  2. LEFT JOIN
  3. (
  4. SELECT customerid,MAX(ShippedDate) max_fecha
  5. FROM orders
  6.     GROUP BY customerid) AS t2 ON (t1.customerid=t2.customerid)

saludos!
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me