Hi,
also mit der WHERE-Clause
SQL-Code:
where
( (i.fk_projectid = 1 and i.isdeleted = 0)
or (i.fk_projektid is null) )
and
( (CONVERT(varchar(8), '26.02.2008 00:00:00', 104) = CONVERT(varchar(8), CreationDate, 104))
or (CreationDate is null)
)
funktioniert das bei mir (mit ein paar Testdaten).
Wie sieht denn dein
SQL jetzt aus?
[edit]P.S.: Aus welcher Tabelle kommt denn CreationDate? Wenn das aus tb_issues kommt gilt das Gleiche wie oben!