Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/01/2013, 12:19
skyspablo
 
Fecha de Ingreso: julio-2012
Ubicación: Asunción
Mensajes: 54
Antigüedad: 12 años, 8 meses
Puntos: 3
Respuesta: Consulta SQL Select compuest?!

Código MySQL:
Ver original
  1. FROM checklist
  2. LEFT JOIN tl_log ON checklist.id_check = tl_log.id_checked
  3. AND tl_log.id_tl = '1'
  4. WHERE tl_log.id_checked IS NULL
  5. LIMIT 0 , 30

el 1 es solo un ejemplo, sería el usuario logeado.
tema solucionado
__________________
--
What is real? How do you define real?
If real is what you can feel, smell, taste and see, then real is simply electrical signals interpreted by your brain.