RiddleMeThis
MIS
What does N do? I'm looking at some code which I understand for the most part, but if I were writing it I wouldnt use N in it, I don't know what N does so was just wondering if someone could explain it to me please.
EXAMPLE:
SELECT * FROM sys.objects WHERE type IN (N'P', N'PC')
EXAMPLE:
SELECT * FROM sys.objects WHERE type IN (N'P', N'PC')