Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/11/2003, 03:37
Teri
 
Fecha de Ingreso: abril-2003
Ubicación: Madrid
Mensajes: 707
Antigüedad: 21 años, 1 mes
Puntos: 0
Lo que parece que te falta es un WHERE

mysql> select username, signature from user left join
-> usertextfield on user.userid = usertextfield.userid WHERE signature <> ''
-> and signature IS NOT NULL limit 150,10;