Viewing 5 posts - 1 through 5 (of 5 total)
Hi,
great thanks for your help.
It works perfectly:cool::cool::cool:
Kind regards.
May 19, 2009 at 10:02 am
Hi,
great thanks for your help.
It works perfectly:cool::cool::cool:
Kind regards.
May 19, 2009 at 10:02 am
Hi,
great thanks for your help.
It works perfectly:cool::cool::cool:
Kind regards.
May 19, 2009 at 10:02 am
really, great thanks for your help.
I solved my probleme. I used this code:
WITH
Diffs AS (
SELECT DATEDIFF(hh,demande_help_desk.DateEnvoi,historique_dde.date_modif_dde ) AS DiffHours ,historique_dde.DemandeID
FROM historique_dde INNER JOIN
...
May 19, 2009 at 2:14 am
Thanks for your help, but it's not working.:crying:
WITH Diffs AS (
SELECT DATEDIFF(hh,date1, getdate()) AS DiffHours,
FROM historique_dde
), DiffRange AS (
SELECT CASE
WHEN DiffHours < 24 THEN '< 1 Day'
WHEN DiffHours <168...
May 18, 2009 at 1:04 pm
Viewing 5 posts - 1 through 5 (of 5 total)