Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Bitwise operations #28

Open
benlaan opened this issue Mar 10, 2017 · 0 comments
Open

Support Bitwise operations #28

benlaan opened this issue Mar 10, 2017 · 0 comments
Assignees

Comments

@benlaan
Copy link
Owner

benlaan commented Mar 10, 2017

Need to add bitwise operations:

see MSDN: Bitwise Operators (Transact-SQL)

SELECT 1
FROM A
WHERE ~A.B & (A.C | A.D) <> 0 
  AND A.E ^ 5 = 0
@benlaan benlaan self-assigned this Mar 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant