Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/02/2008, 07:35
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 20 años
Puntos: 38
Re: Ayuda Select Convert. Pleasee!

Código:
Select Convert(varchar(20),Importe) + ' ' 
       + 'EUROS' + ' ' + 
Case When Presupuesto is null 
     Then '' Else  'PRESUPUESTO' + ' ' 
                   + Convert(varchar(20),Presupuesto) End  
     AS Financiacion,
from ..................
Saludos!
__________________
La sencillez y naturalidad son el supremo y último fin de la cultura...
--
MCTS : SQL Server 2008, .NET Framework 3.5, ASP.NET Applications.