January 28, 2011 at 2:26 am
Hi,
While Iā am running the below query
select 456 & 16
I got the result as 0 .
Could you please anyone explain me how the & operator is woking in the TSQL.
Regards,
Ram
January 28, 2011 at 2:35 am
January 28, 2011 at 2:39 am
January 28, 2011 at 2:42 am
As explained above , & is a bitwise AND operation.
What are you expecting the result to be (and why ) ?
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply