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?

  1. with mathematical expressions give me same output shift operator must have given.

or

  1. 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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -