Abracadabra
MIS
Could somebody please advise me how to convert the following Access expression into the necessary SQL code in a stored procedure. I have not found the SQL Server textbooks very helpful in this regard.
Many thanks in advance.
Code:
quantity: IIf([sale or return]="R",-[movement qty],[movement qty])
Many thanks in advance.