Ver Mensaje Individual
  #3  
Antiguo 27-07-2007
Avatar de taru
taru taru is offline
Miembro
 
Registrado: jul 2006
Posts: 27
Reputación: 0
taru Va por buen camino
Gracias por responder pero mira la que pone como resultado de las consulta:

consulta SQL:
SELECT cliente, desc_producto, pvp, fecha
FROM ticket
INNER JOIN ticket ON ticket.id = ticket.idticket
LIMIT 0 , 30;


MySQL ha dicho:
#1066 - Not unique table/alias: 'ticket'
Responder Con Cita