Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/12/2014, 15:02
moginn
(Desactivado)
 
Fecha de Ingreso: enero-2013
Mensajes: 289
Antigüedad: 11 años, 2 meses
Puntos: 10
Respuesta: Problema con Natural Join y Jointure simple

Código MySQL:
Ver original
  1. SELECT t1.sessionDuration,
  2.        t1.fullsession,
  3.        mich_conversor(CAST(t2.Answered_Duration AS UNSIGNED)) AS Answered_Duration
  4. FROM table1 t1 INNER JOIN table2 t2 ON t2.id_t1 = t1.id_t1;

Última edición por gnzsoloyo; 24/12/2014 a las 16:23