Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/01/2006, 16:30
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años, 8 meses
Puntos: 25
Prueba con algo como:

DECLARE @lista VARCHAR(500)
SET @lista = ''

SELECT @lista = @lista + sinonimo + ', '
WHERE algo = 'algo'

PRINT @lista
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche