c# - Right Shift And Left Shift Operator in SQL Server -
in sql server, shift operators not present per knowledge.
if have achieve right shift , left shift, efficient way of doing it?
- with mathematical expressions give me same output shift operator must have given.
or
- will call clr function calculate right shift , left shift because shift operators available in c# give me output expecting.
please suggest 1 more efficient way of doing it.
Comments
Post a Comment