Posts by Ivan Mzl • 23 points
2 posts
-
0
votes3
answers219
viewsA: operation with data sqlserver
Good afternoon gentlemen, Thank you for helping, I was able to solve the Percent question as follows: CASE WHEN (cast(EPL.DAT_VENCIMEN - EPL.DAT_FABRICA as float)) > 0 THEN CAST((( CAST(GETDATE()…
-
2
votes3
answers219
viewsQ: operation with data sqlserver
Gentlemen, I am migrating my Oracle system to SQL Server, I’m having trouble making the following operation SELECT CASE WHEN (EPL.DAT_VENCIMEN - EPL.DAT_FABRICA) > 0 THEN…