Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2007, 12:43
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: seleccionar categorias

Si es posible, solo haz el join bien:
Código:
SELECT c.`name` FROM `categorias` AS c INNER JOIN `codigos` AS co ON co.`categoria`=c.`id`
Saludos.