Skip to content

Support Bitwise operations #28

@benlaan

Description

@benlaan

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions