K
Keith Emery
I have a query that needs to be converted to a stored
procedure.
In the query, I use an IIF statement to format a gendeer
ID to "M" or "F"
IIF([Gender]=0,"M","F")
How should this be entered into the stored procedure? It
reject a straight SQL paste
procedure.
In the query, I use an IIF statement to format a gendeer
ID to "M" or "F"
IIF([Gender]=0,"M","F")
How should this be entered into the stored procedure? It
reject a straight SQL paste