G
Guest
Hi,
I have a query in Access as follows:
IIf([Time_Staged] Is Null,[Time_ArrivedAtScene],[Time_Staged]) AS
TimeAtScene,
I want to convert this query such that it can be executed in SQL server.
Thanks for the help in advance.
Nuthan
I have a query in Access as follows:
IIf([Time_Staged] Is Null,[Time_ArrivedAtScene],[Time_Staged]) AS
TimeAtScene,
I want to convert this query such that it can be executed in SQL server.
Thanks for the help in advance.
Nuthan