Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convercion de datos
Message
From
29/09/2003 11:00:58
 
 
To
29/09/2003 10:40:19
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00833145
Message ID:
00833157
Views:
26
gracias ya resolvi el problema era simple...

set dateformat dmy
SELECT comision.Cia,comision.precio,comision.totcom,
EMPRESA.Nombre
FROM comision,empresa where comision.CIA = convert(numeric(3),EMPRESA.CODIGO) AND year(convert(datetime,comision.fecha)) = 2003;


gracias..
El Hombre que dice
"No Puede Hacerse",
será sorprendido por
"Alguien que lo Haga"
Previous
Reply
Map
View

Click here to load this message in the networking platform